Html Css Color HEX #152D94 Egyptian Blue

📋 copy color: '#152D94'

red 21 ◦ green 45 ◦ blue 148

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

Shades of Egyptian Blue #152D94

Tints of Egyptian Blue #152D94

RGB

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

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

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

R = 9.81%
G = 21.03%
B = 69.16%

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

#152D94 (or 0x152D94) is known color: Egyptian Blue. HEX triplet: 15, 2D and 94. RGB value is (21,45,148). Sum of RGB (Red+Green+Blue) = 21+45+148=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #152D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D94 is #EAD26B. Grayscale: #313131. Windows color (decimal): -15389292 or 9710869. OLE color: 9710869.

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

Color convert

RGB 21 45 148 -
CMYK 0.86 0.70 0 0.42
HSL 228.66º 0.75% 0.33% -
HSV(B) 228.66º 0.86% 0.58% -
XYZ 6.59 4.17 28.48 -
YUV 49.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 21 45 148 0.86 0.70 0 0.42 228.66 0.75 0.33
Hex 15 2D 94 56 46 0 2A E5 4B 21
Octal 25 55 224 126 106 0 52 345 113 41
Binary 10101 101101 10010100 1010110 1000110 0 101010 11100101 1001011 100001

Color Harmonies of #152D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D94

Black with #152D94

Text Example


Text Example

White with #152D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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