Html Css Color HEX #152C9D Egyptian Blue

📋 copy color: '#152C9D'

red 21 ◦ green 44 ◦ blue 157

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

Shades of Egyptian Blue #152C9D

Tints of Egyptian Blue #152C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 157 (61.72% from 255) = 70.72%

R = 9.46%
G = 19.82%
B = 70.72%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#152C9D (or 0x152C9D) is known color: Egyptian Blue. HEX triplet: 15, 2C and 9D. RGB value is (21,44,157). Sum of RGB (Red+Green+Blue) = 21+44+157=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #152C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C9D is #EAD362. Grayscale: #313131. Windows color (decimal): -15389539 or 10300437. OLE color: 10300437.

HSL color Cylindrical-coordinate representation of color #152C9D: hue angle of 229.85º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152C9D is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 44 157 -
CMYK 0.87 0.72 0 0.38
HSL 229.85º 0.76% 0.35% -
HSV(B) 229.85º 0.87% 0.62% -
XYZ 7.3 4.4 32.36 -
YUV 50.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 21 44 157 0.87 0.72 0 0.38 229.85 0.76 0.35
Hex 15 2C 9D 57 48 0 26 E6 4C 23
Octal 25 54 235 127 110 0 46 346 114 43
Binary 10101 101100 10011101 1010111 1001000 0 100110 11100110 1001100 100011

Color Harmonies of #152C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C9D

Black with #152C9D

Text Example


Text Example

White with #152C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152C9D; }

 p { color: rgb(21,44,157); }

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

background-color css

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

 a { background-color: rgb(21,44,157); }

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

border-color css

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

 span { border-color: rgb(21,44,157); }

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