Html Css Color HEX #152995 Egyptian Blue

📋 copy color: '#152995'

red 21 ◦ green 41 ◦ blue 149

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

Shades of Egyptian Blue #152995

Tints of Egyptian Blue #152995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 149 (58.59% from 255) = 70.62%

R = 9.95%
G = 19.43%
B = 70.62%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#152995 (or 0x152995) is known color: Egyptian Blue. HEX triplet: 15, 29 and 95. RGB value is (21,41,149). Sum of RGB (Red+Green+Blue) = 21+41+149=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #152995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152995 is #EAD66A. Grayscale: #2E2E2E. Windows color (decimal): -15390315 or 9775381. OLE color: 9775381.

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

Color convert

RGB 21 41 149 -
CMYK 0.86 0.72 0 0.42
HSL 230.63º 0.75% 0.33% -
HSV(B) 230.63º 0.86% 0.58% -
XYZ 6.53 3.92 28.85 -
YUV 47.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 21 41 149 0.86 0.72 0 0.42 230.63 0.75 0.33
Hex 15 29 95 56 48 0 2A E7 4B 21
Octal 25 51 225 126 110 0 52 347 113 41
Binary 10101 101001 10010101 1010110 1001000 0 101010 11100111 1001011 100001

Color Harmonies of #152995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152995

Black with #152995

Text Example


Text Example

White with #152995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152995; }

 p { color: rgb(21,41,149); }

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

background-color css

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

 a { background-color: rgb(21,41,149); }

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

border-color css

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

 span { border-color: rgb(21,41,149); }

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