Html Css Color HEX #152DC8 Persian Blue

📋 copy color: '#152DC8'

red 21 ◦ green 45 ◦ blue 200

#152DC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #152DC8

Tints of Persian Blue #152DC8

RGB

 RED value IS 21 (8.59% from 255) = 7.89%

 GREEN value IS 45 (17.97% from 255) = 16.92%

 BLUE value IS 200 (78.52% from 255) = 75.19%

R = 7.89%
G = 16.92%
B = 75.19%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#152DC8 (or 0x152DC8) is known color: Persian Blue. HEX triplet: 15, 2D and C8. RGB value is (21,45,200). Sum of RGB (Red+Green+Blue) = 21+45+200=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 200 (78.52% from 255 or 75.19% from 266); Max value from RGB is 200 - color contains mainly: blue. Hex color #152DC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DC8 is #EAD237. Grayscale: #363636. Windows color (decimal): -15389240 or 13118741. OLE color: 13118741.

HSL color Cylindrical-coordinate representation of color #152DC8: hue angle of 231.96º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152DC8 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 45 200 -
CMYK 0.90 0.78 0 0.22
HSL 231.96º 0.81% 0.43% -
HSV(B) 231.96º 0.9% 0.78% -
XYZ 11.67 6.21 55.23 -
YUV 55.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 21 45 200 0.90 0.78 0 0.22 231.96 0.81 0.43
Hex 15 2D C8 5A 4E 0 16 E8 51 2B
Octal 25 55 310 132 116 0 26 350 121 53
Binary 10101 101101 11001000 1011010 1001110 0 10110 11101000 1010001 101011

Color Harmonies of #152DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DC8

Black with #152DC8

Text Example


Text Example

White with #152DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152DC8; }

 p { color: rgb(21,45,200); }

 H1.HeaderClassName
 {
   color: #152DC8;
 }
 .AnyTagClassName
 {
   color: #152DC8;
 }
</style>

background-color css

<style>
 a { background-color: #152DC8; }

 a { background-color: rgb(21,45,200); }

 div.DivClassName
 {
   background-color: #152DC8;
 }
 .BgClassName
 {
   background-color: #152DC8;
 }
</style>

border-color css

<style>
 span { border-color: #152DC8; }

 span { border-color: rgb(21,45,200); }

 td.TdClassName
 {
   border-color: #152DC8;
 }
 .TagClassName
 {
   border-color: #152DC8;
 }
</style>