Html Css Color HEX #152790 Egyptian Blue

📋 copy color: '#152790'

red 21 ◦ green 39 ◦ blue 144

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

Shades of Egyptian Blue #152790

Tints of Egyptian Blue #152790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 70.59%

R = 10.29%
G = 19.12%
B = 70.59%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#152790 (or 0x152790) is known color: Egyptian Blue. HEX triplet: 15, 27 and 90. RGB value is (21,39,144). Sum of RGB (Red+Green+Blue) = 21+39+144=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 144 (56.64% from 255 or 70.59% from 204); Max value from RGB is 144 - color contains mainly: blue. Hex color #152790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152790 is #EAD86F. Grayscale: #2D2D2D. Windows color (decimal): -15390832 or 9447189. OLE color: 9447189.

HSL color Cylindrical-coordinate representation of color #152790: hue angle of 231.22º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152790 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 39 144 -
CMYK 0.85 0.73 0 0.44
HSL 231.22º 0.75% 0.32% -
HSV(B) 231.22º 0.85% 0.56% -
XYZ 6.07 3.62 26.77 -
YUV 45.59 183.54 110.46 -
System Red Green Blue C M Y K H S L
Decimal 21 39 144 0.85 0.73 0 0.44 231.22 0.75 0.32
Hex 15 27 90 55 49 0 2C E7 4B 20
Octal 25 47 220 125 111 0 54 347 113 40
Binary 10101 100111 10010000 1010101 1001001 0 101100 11100111 1001011 100000

Color Harmonies of #152790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152790

Black with #152790

Text Example


Text Example

White with #152790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152790; }

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

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

background-color css

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

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

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

border-color css

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

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

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