Html Css Color HEX #152D9D Egyptian Blue

📋 copy color: '#152D9D'

red 21 ◦ green 45 ◦ blue 157

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

Shades of Egyptian Blue #152D9D

Tints of Egyptian Blue #152D9D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

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

R = 9.42%
G = 20.18%
B = 70.4%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#152D9D (or 0x152D9D) is known color: Egyptian Blue. HEX triplet: 15, 2D and 9D. RGB value is (21,45,157). Sum of RGB (Red+Green+Blue) = 21+45+157=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #152D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D9D is #EAD262. Grayscale: #323232. Windows color (decimal): -15389283 or 10300693. OLE color: 10300693.

HSL color Cylindrical-coordinate representation of color #152D9D: hue angle of 229.41º 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 #152D9D is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 45 157 -
CMYK 0.87 0.71 0 0.38
HSL 229.41º 0.76% 0.35% -
HSV(B) 229.41º 0.87% 0.62% -
XYZ 7.33 4.47 32.37 -
YUV 50.59 188.05 106.89 -
System Red Green Blue C M Y K H S L
Decimal 21 45 157 0.87 0.71 0 0.38 229.41 0.76 0.35
Hex 15 2D 9D 57 47 0 26 E5 4C 23
Octal 25 55 235 127 107 0 46 345 114 43
Binary 10101 101101 10011101 1010111 1000111 0 100110 11100101 1001100 100011

Color Harmonies of #152D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D9D

Black with #152D9D

Text Example


Text Example

White with #152D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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