Html Css Color HEX #152796 Egyptian Blue

📋 copy color: '#152796'

red 21 ◦ green 39 ◦ blue 150

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

Shades of Egyptian Blue #152796

Tints of Egyptian Blue #152796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

 BLUE value IS 150 (58.98% from 255) = 71.43%

R = 10%
G = 18.57%
B = 71.43%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#152796 (or 0x152796) is known color: Egyptian Blue. HEX triplet: 15, 27 and 96. RGB value is (21,39,150). Sum of RGB (Red+Green+Blue) = 21+39+150=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #152796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152796 is #EAD869. Grayscale: #2D2D2D. Windows color (decimal): -15390826 or 9840405. OLE color: 9840405.

HSL color Cylindrical-coordinate representation of color #152796: hue angle of 231.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152796 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 39 150 -
CMYK 0.86 0.74 0 0.41
HSL 231.63º 0.75% 0.34% -
HSV(B) 231.63º 0.86% 0.59% -
XYZ 6.54 3.81 29.25 -
YUV 46.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 21 39 150 0.86 0.74 0 0.41 231.63 0.75 0.34
Hex 15 27 96 56 4A 0 29 E8 4B 22
Octal 25 47 226 126 112 0 51 350 113 42
Binary 10101 100111 10010110 1010110 1001010 0 101001 11101000 1001011 100010

Color Harmonies of #152796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152796

Black with #152796

Text Example


Text Example

White with #152796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152796; }

 p { color: rgb(21,39,150); }

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

background-color css

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

 a { background-color: rgb(21,39,150); }

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

border-color css

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

 span { border-color: rgb(21,39,150); }

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