Html Css Color HEX #152890 Egyptian Blue

📋 copy color: '#152890'

red 21 ◦ green 40 ◦ blue 144

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

Shades of Egyptian Blue #152890

Tints of Egyptian Blue #152890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

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

R = 10.24%
G = 19.51%
B = 70.24%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#152890 (or 0x152890) is known color: Egyptian Blue. HEX triplet: 15, 28 and 90. RGB value is (21,40,144). Sum of RGB (Red+Green+Blue) = 21+40+144=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #152890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152890 is #EAD76F. Grayscale: #2D2D2D. Windows color (decimal): -15390576 or 9447445. OLE color: 9447445.

HSL color Cylindrical-coordinate representation of color #152890: hue angle of 230.73º 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 #152890 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 40 144 -
CMYK 0.85 0.72 0 0.44
HSL 230.73º 0.75% 0.32% -
HSV(B) 230.73º 0.85% 0.56% -
XYZ 6.1 3.69 26.78 -
YUV 46.18 183.21 110.04 -
System Red Green Blue C M Y K H S L
Decimal 21 40 144 0.85 0.72 0 0.44 230.73 0.75 0.32
Hex 15 28 90 55 48 0 2C E7 4B 20
Octal 25 50 220 125 110 0 54 347 113 40
Binary 10101 101000 10010000 1010101 1001000 0 101100 11100111 1001011 100000

Color Harmonies of #152890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152890

Black with #152890

Text Example


Text Example

White with #152890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152890; }

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

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

background-color css

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

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

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

border-color css

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

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

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