Html Css Color HEX #152C94 Egyptian Blue

📋 copy color: '#152C94'

red 21 ◦ green 44 ◦ blue 148

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

Shades of Egyptian Blue #152C94

Tints of Egyptian Blue #152C94

RGB

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

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

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

R = 9.86%
G = 20.66%
B = 69.48%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#152C94 (or 0x152C94) is known color: Egyptian Blue. HEX triplet: 15, 2C and 94. RGB value is (21,44,148). Sum of RGB (Red+Green+Blue) = 21+44+148=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #152C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C94 is #EAD36B. Grayscale: #303030. Windows color (decimal): -15389548 or 9710613. OLE color: 9710613.

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

Color convert

RGB 21 44 148 -
CMYK 0.86 0.70 0 0.42
HSL 229.13º 0.75% 0.33% -
HSV(B) 229.13º 0.86% 0.58% -
XYZ 6.56 4.1 28.46 -
YUV 48.98 183.88 108.04 -
System Red Green Blue C M Y K H S L
Decimal 21 44 148 0.86 0.70 0 0.42 229.13 0.75 0.33
Hex 15 2C 94 56 46 0 2A E5 4B 21
Octal 25 54 224 126 106 0 52 345 113 41
Binary 10101 101100 10010100 1010110 1000110 0 101010 11100101 1001011 100001

Color Harmonies of #152C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C94

Black with #152C94

Text Example


Text Example

White with #152C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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