Html Css Color HEX #152491 Egyptian Blue

📋 copy color: '#152491'

red 21 ◦ green 36 ◦ blue 145

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

Shades of Egyptian Blue #152491

Tints of Egyptian Blue #152491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.82%

 BLUE value IS 145 (57.03% from 255) = 71.78%

R = 10.4%
G = 17.82%
B = 71.78%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#152491 (or 0x152491) is known color: Egyptian Blue. HEX triplet: 15, 24 and 91. RGB value is (21,36,145). Sum of RGB (Red+Green+Blue) = 21+36+145=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #152491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152491 is #EADB6E. Grayscale: #2B2B2B. Windows color (decimal): -15391599 or 9511957. OLE color: 9511957.

HSL color Cylindrical-coordinate representation of color #152491: hue angle of 232.74º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152491 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 36 145 -
CMYK 0.86 0.75 0 0.43
HSL 232.74º 0.75% 0.33% -
HSV(B) 232.74º 0.86% 0.57% -
XYZ 6.05 3.47 27.14 -
YUV 43.94 185.03 111.64 -
System Red Green Blue C M Y K H S L
Decimal 21 36 145 0.86 0.75 0 0.43 232.74 0.75 0.33
Hex 15 24 91 56 4B 0 2B E9 4B 21
Octal 25 44 221 126 113 0 53 351 113 41
Binary 10101 100100 10010001 1010110 1001011 0 101011 11101001 1001011 100001

Color Harmonies of #152491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152491

Black with #152491

Text Example


Text Example

White with #152491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152491; }

 p { color: rgb(21,36,145); }

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

background-color css

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

 a { background-color: rgb(21,36,145); }

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

border-color css

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

 span { border-color: rgb(21,36,145); }

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