Html Css Color HEX #152598 Egyptian Blue

📋 copy color: '#152598'

red 21 ◦ green 37 ◦ blue 152

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

Shades of Egyptian Blue #152598

Tints of Egyptian Blue #152598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 152 (59.77% from 255) = 72.38%

R = 10%
G = 17.62%
B = 72.38%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#152598 (or 0x152598) is known color: Egyptian Blue. HEX triplet: 15, 25 and 98. RGB value is (21,37,152). Sum of RGB (Red+Green+Blue) = 21+37+152=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #152598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152598 is #EADA67. Grayscale: #2C2C2C. Windows color (decimal): -15391336 or 9970965. OLE color: 9970965.

HSL color Cylindrical-coordinate representation of color #152598: hue angle of 232.67º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152598 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 37 152 -
CMYK 0.86 0.76 0 0.40
HSL 232.67º 0.76% 0.34% -
HSV(B) 232.67º 0.86% 0.6% -
XYZ 6.64 3.75 30.08 -
YUV 45.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 21 37 152 0.86 0.76 0 0.40 232.67 0.76 0.34
Hex 15 25 98 56 4C 0 28 E9 4C 22
Octal 25 45 230 126 114 0 50 351 114 42
Binary 10101 100101 10011000 1010110 1001100 0 101000 11101001 1001100 100010

Color Harmonies of #152598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152598

Black with #152598

Text Example


Text Example

White with #152598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152598; }

 p { color: rgb(21,37,152); }

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

background-color css

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

 a { background-color: rgb(21,37,152); }

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

border-color css

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

 span { border-color: rgb(21,37,152); }

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