Html Css Color HEX #153BA6 Egyptian Blue

📋 copy color: '#153BA6'

red 21 ◦ green 59 ◦ blue 166

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

Shades of Egyptian Blue #153BA6

Tints of Egyptian Blue #153BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

 BLUE value IS 166 (65.23% from 255) = 67.48%

R = 8.54%
G = 23.98%
B = 67.48%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#153BA6 (or 0x153BA6) is known color: Egyptian Blue. HEX triplet: 15, 3B and A6. RGB value is (21,59,166). Sum of RGB (Red+Green+Blue) = 21+59+166=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 166 (65.23% from 255 or 67.48% from 246); Max value from RGB is 166 - color contains mainly: blue. Hex color #153BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BA6 is #EAC459. Grayscale: #3B3B3B. Windows color (decimal): -15385690 or 10894101. OLE color: 10894101.

HSL color Cylindrical-coordinate representation of color #153BA6: hue angle of 224.28º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153BA6 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 21 59 166 -
CMYK 0.87 0.64 0 0.35
HSL 224.28º 0.78% 0.37% -
HSV(B) 224.28º 0.87% 0.65% -
XYZ 8.76 6.04 36.78 -
YUV 59.84 187.91 100.3 -
System Red Green Blue C M Y K H S L
Decimal 21 59 166 0.87 0.64 0 0.35 224.28 0.78 0.37
Hex 15 3B A6 57 40 0 23 E0 4E 25
Octal 25 73 246 127 100 0 43 340 116 45
Binary 10101 111011 10100110 1010111 1000000 0 100011 11100000 1001110 100101

Color Harmonies of #153BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BA6

Black with #153BA6

Text Example


Text Example

White with #153BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,166); }

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

background-color css

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

 a { background-color: rgb(21,59,166); }

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

border-color css

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

 span { border-color: rgb(21,59,166); }

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