Html Css Color HEX #152DC9 Persian Blue

📋 copy color: '#152DC9'

red 21 ◦ green 45 ◦ blue 201

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

Shades of Persian Blue #152DC9

Tints of Persian Blue #152DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 75.28%

R = 7.87%
G = 16.85%
B = 75.28%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#152DC9 (or 0x152DC9) is known color: Persian Blue. HEX triplet: 15, 2D and C9. RGB value is (21,45,201). Sum of RGB (Red+Green+Blue) = 21+45+201=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #152DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DC9 is #EAD236. Grayscale: #363636. Windows color (decimal): -15389239 or 13184277. OLE color: 13184277.

HSL color Cylindrical-coordinate representation of color #152DC9: hue angle of 232º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152DC9 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 45 201 -
CMYK 0.90 0.78 0 0.21
HSL 232º 0.81% 0.44% -
HSV(B) 232º 0.9% 0.79% -
XYZ 11.79 6.25 55.84 -
YUV 55.61 210.05 103.32 -
System Red Green Blue C M Y K H S L
Decimal 21 45 201 0.90 0.78 0 0.21 232 0.81 0.44
Hex 15 2D C9 5A 4E 0 15 E8 51 2C
Octal 25 55 311 132 116 0 25 350 121 54
Binary 10101 101101 11001001 1011010 1001110 0 10101 11101000 1010001 101100

Color Harmonies of #152DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DC9

Black with #152DC9

Text Example


Text Example

White with #152DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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