Html Css Color HEX #152EC9 Persian Blue

📋 copy color: '#152EC9'

red 21 ◦ green 46 ◦ blue 201

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

Shades of Persian Blue #152EC9

Tints of Persian Blue #152EC9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.16%

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

R = 7.84%
G = 17.16%
B = 75%

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

#152EC9 (or 0x152EC9) is known color: Persian Blue. HEX triplet: 15, 2E and C9. RGB value is (21,46,201). Sum of RGB (Red+Green+Blue) = 21+46+201=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 201 (78.91% from 255 or 75% from 268); Max value from RGB is 201 - color contains mainly: blue. Hex color #152EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152EC9 is #EAD136. Grayscale: #373737. Windows color (decimal): -15388983 or 13184533. OLE color: 13184533.

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

Color convert

RGB 21 46 201 -
CMYK 0.90 0.77 0 0.21
HSL 231.67º 0.81% 0.44% -
HSV(B) 231.67º 0.9% 0.79% -
XYZ 11.83 6.33 55.86 -
YUV 56.2 209.72 102.9 -
System Red Green Blue C M Y K H S L
Decimal 21 46 201 0.90 0.77 0 0.21 231.67 0.81 0.44
Hex 15 2E C9 5A 4D 0 15 E8 51 2C
Octal 25 56 311 132 115 0 25 350 121 54
Binary 10101 101110 11001001 1011010 1001101 0 10101 11101000 1010001 101100

Color Harmonies of #152EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EC9

Black with #152EC9

Text Example


Text Example

White with #152EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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