Html Css Color HEX #152F96 Egyptian Blue

📋 copy color: '#152F96'

red 21 ◦ green 47 ◦ blue 150

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

Shades of Egyptian Blue #152F96

Tints of Egyptian Blue #152F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 9.63%
G = 21.56%
B = 68.81%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#152F96 (or 0x152F96) is known color: Egyptian Blue. HEX triplet: 15, 2F and 96. RGB value is (21,47,150). Sum of RGB (Red+Green+Blue) = 21+47+150=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #152F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F96 is #EAD069. Grayscale: #323232. Windows color (decimal): -15388778 or 9842453. OLE color: 9842453.

HSL color Cylindrical-coordinate representation of color #152F96: hue angle of 227.91º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152F96 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 47 150 -
CMYK 0.86 0.69 0 0.41
HSL 227.91º 0.75% 0.34% -
HSV(B) 227.91º 0.86% 0.59% -
XYZ 6.83 4.39 29.34 -
YUV 50.97 183.89 106.62 -
System Red Green Blue C M Y K H S L
Decimal 21 47 150 0.86 0.69 0 0.41 227.91 0.75 0.34
Hex 15 2F 96 56 45 0 29 E4 4B 22
Octal 25 57 226 126 105 0 51 344 113 42
Binary 10101 101111 10010110 1010110 1000101 0 101001 11100100 1001011 100010

Color Harmonies of #152F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F96

Black with #152F96

Text Example


Text Example

White with #152F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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