Html Css Color HEX #152FC9 Persian Blue

📋 copy color: '#152FC9'

red 21 ◦ green 47 ◦ blue 201

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

Shades of Persian Blue #152FC9

Tints of Persian Blue #152FC9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

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

R = 7.81%
G = 17.47%
B = 74.72%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#152FC9 (or 0x152FC9) is known color: Persian Blue. HEX triplet: 15, 2F and C9. RGB value is (21,47,201). Sum of RGB (Red+Green+Blue) = 21+47+201=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #152FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FC9 is #EAD036. Grayscale: #383838. Windows color (decimal): -15388727 or 13184789. OLE color: 13184789.

HSL color Cylindrical-coordinate representation of color #152FC9: hue angle of 231.33º 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 #152FC9 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 47 201 -
CMYK 0.90 0.77 0 0.21
HSL 231.33º 0.81% 0.44% -
HSV(B) 231.33º 0.9% 0.79% -
XYZ 11.87 6.41 55.87 -
YUV 56.78 209.39 102.48 -
System Red Green Blue C M Y K H S L
Decimal 21 47 201 0.90 0.77 0 0.21 231.33 0.81 0.44
Hex 15 2F C9 5A 4D 0 15 E7 51 2C
Octal 25 57 311 132 115 0 25 347 121 54
Binary 10101 101111 11001001 1011010 1001101 0 10101 11100111 1010001 101100

Color Harmonies of #152FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FC9

Black with #152FC9

Text Example


Text Example

White with #152FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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