Html Css Color HEX #152F94 Egyptian Blue

📋 copy color: '#152F94'

red 21 ◦ green 47 ◦ blue 148

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

Shades of Egyptian Blue #152F94

Tints of Egyptian Blue #152F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.52%

R = 9.72%
G = 21.76%
B = 68.52%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#152F94 (or 0x152F94) is known color: Egyptian Blue. HEX triplet: 15, 2F and 94. RGB value is (21,47,148). Sum of RGB (Red+Green+Blue) = 21+47+148=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #152F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F94 is #EAD06B. Grayscale: #323232. Windows color (decimal): -15388780 or 9711381. OLE color: 9711381.

HSL color Cylindrical-coordinate representation of color #152F94: hue angle of 227.72º 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 #152F94 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 47 148 -
CMYK 0.86 0.68 0 0.42
HSL 227.72º 0.75% 0.33% -
HSV(B) 227.72º 0.86% 0.58% -
XYZ 6.67 4.33 28.5 -
YUV 50.74 182.89 106.79 -
System Red Green Blue C M Y K H S L
Decimal 21 47 148 0.86 0.68 0 0.42 227.72 0.75 0.33
Hex 15 2F 94 56 44 0 2A E4 4B 21
Octal 25 57 224 126 104 0 52 344 113 41
Binary 10101 101111 10010100 1010110 1000100 0 101010 11100100 1001011 100001

Color Harmonies of #152F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F94

Black with #152F94

Text Example


Text Example

White with #152F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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