Html Css Color HEX #153BAC Egyptian Blue

📋 copy color: '#153BAC'

red 21 ◦ green 59 ◦ blue 172

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

Shades of Egyptian Blue #153BAC

Tints of Egyptian Blue #153BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 8.33%
G = 23.41%
B = 68.25%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#153BAC (or 0x153BAC) is known color: Egyptian Blue. HEX triplet: 15, 3B and AC. RGB value is (21,59,172). Sum of RGB (Red+Green+Blue) = 21+59+172=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #153BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BAC is #EAC453. Grayscale: #3C3C3C. Windows color (decimal): -15385684 or 11287317. OLE color: 11287317.

HSL color Cylindrical-coordinate representation of color #153BAC: hue angle of 224.9º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153BAC is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 59 172 -
CMYK 0.88 0.66 0 0.33
HSL 224.9º 0.78% 0.38% -
HSV(B) 224.9º 0.88% 0.67% -
XYZ 9.32 6.27 39.75 -
YUV 60.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 21 59 172 0.88 0.66 0 0.33 224.9 0.78 0.38
Hex 15 3B AC 58 42 0 21 E1 4E 26
Octal 25 73 254 130 102 0 41 341 116 46
Binary 10101 111011 10101100 1011000 1000010 0 100001 11100001 1001110 100110

Color Harmonies of #153BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BAC

Black with #153BAC

Text Example


Text Example

White with #153BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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