Html Css Color HEX #153A98 Egyptian Blue

📋 copy color: '#153A98'

red 21 ◦ green 58 ◦ blue 152

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

Shades of Egyptian Blue #153A98

Tints of Egyptian Blue #153A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.11%

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

R = 9.09%
G = 25.11%
B = 65.8%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#153A98 (or 0x153A98) is known color: Egyptian Blue. HEX triplet: 15, 3A and 98. RGB value is (21,58,152). Sum of RGB (Red+Green+Blue) = 21+58+152=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #153A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153A98 is #EAC567. Grayscale: #393939. Windows color (decimal): -15385960 or 9976341. OLE color: 9976341.

HSL color Cylindrical-coordinate representation of color #153A98: hue angle of 223.05º 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 #153A98 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 58 152 -
CMYK 0.86 0.62 0 0.40
HSL 223.05º 0.76% 0.34% -
HSV(B) 223.05º 0.86% 0.6% -
XYZ 7.49 5.45 30.36 -
YUV 57.65 181.24 101.86 -
System Red Green Blue C M Y K H S L
Decimal 21 58 152 0.86 0.62 0 0.40 223.05 0.76 0.34
Hex 15 3A 98 56 3E 0 28 DF 4C 22
Octal 25 72 230 126 76 0 50 337 114 42
Binary 10101 111010 10011000 1010110 111110 0 101000 11011111 1001100 100010

Color Harmonies of #153A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A98

Black with #153A98

Text Example


Text Example

White with #153A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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