Html Css Color HEX #153DA2 Egyptian Blue

📋 copy color: '#153DA2'

red 21 ◦ green 61 ◦ blue 162

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

Shades of Egyptian Blue #153DA2

Tints of Egyptian Blue #153DA2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

 BLUE value IS 162 (63.67% from 255) = 66.39%

R = 8.61%
G = 25%
B = 66.39%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#153DA2 (or 0x153DA2) is known color: Egyptian Blue. HEX triplet: 15, 3D and A2. RGB value is (21,61,162). Sum of RGB (Red+Green+Blue) = 21+61+162=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #153DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153DA2 is #EAC25D. Grayscale: #3C3C3C. Windows color (decimal): -15385182 or 10632469. OLE color: 10632469.

HSL color Cylindrical-coordinate representation of color #153DA2: hue angle of 222.98º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153DA2 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 61 162 -
CMYK 0.87 0.62 0 0.36
HSL 222.98º 0.77% 0.36% -
HSV(B) 222.98º 0.87% 0.64% -
XYZ 8.5 6.11 34.91 -
YUV 60.55 185.25 99.79 -
System Red Green Blue C M Y K H S L
Decimal 21 61 162 0.87 0.62 0 0.36 222.98 0.77 0.36
Hex 15 3D A2 57 3E 0 24 DF 4D 24
Octal 25 75 242 127 76 0 44 337 115 44
Binary 10101 111101 10100010 1010111 111110 0 100100 11011111 1001101 100100

Color Harmonies of #153DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DA2

Black with #153DA2

Text Example


Text Example

White with #153DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,61,162); }

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

background-color css

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

 a { background-color: rgb(21,61,162); }

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

border-color css

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

 span { border-color: rgb(21,61,162); }

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