Html Css Color HEX #152F9D Egyptian Blue

📋 copy color: '#152F9D'

red 21 ◦ green 47 ◦ blue 157

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

Shades of Egyptian Blue #152F9D

Tints of Egyptian Blue #152F9D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.89%

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

R = 9.33%
G = 20.89%
B = 69.78%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#152F9D (or 0x152F9D) is known color: Egyptian Blue. HEX triplet: 15, 2F and 9D. RGB value is (21,47,157). Sum of RGB (Red+Green+Blue) = 21+47+157=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #152F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F9D is #EAD062. Grayscale: #333333. Windows color (decimal): -15388771 or 10301205. OLE color: 10301205.

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

Color convert

RGB 21 47 157 -
CMYK 0.87 0.70 0 0.38
HSL 228.53º 0.76% 0.35% -
HSV(B) 228.53º 0.87% 0.62% -
XYZ 7.41 4.63 32.4 -
YUV 51.77 187.39 106.06 -
System Red Green Blue C M Y K H S L
Decimal 21 47 157 0.87 0.70 0 0.38 228.53 0.76 0.35
Hex 15 2F 9D 57 46 0 26 E5 4C 23
Octal 25 57 235 127 106 0 46 345 114 43
Binary 10101 101111 10011101 1010111 1000110 0 100110 11100101 1001100 100011

Color Harmonies of #152F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F9D

Black with #152F9D

Text Example


Text Example

White with #152F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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