Html Css Color HEX #153CAC Egyptian Blue

📋 copy color: '#153CAC'

red 21 ◦ green 60 ◦ blue 172

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

Shades of Egyptian Blue #153CAC

Tints of Egyptian Blue #153CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

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

R = 8.3%
G = 23.72%
B = 67.98%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#153CAC (or 0x153CAC) is known color: Egyptian Blue. HEX triplet: 15, 3C and AC. RGB value is (21,60,172). Sum of RGB (Red+Green+Blue) = 21+60+172=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #153CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CAC is #EAC353. Grayscale: #3C3C3C. Windows color (decimal): -15385428 or 11287573. OLE color: 11287573.

HSL color Cylindrical-coordinate representation of color #153CAC: hue angle of 224.5º 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 #153CAC is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 60 172 -
CMYK 0.88 0.65 0 0.33
HSL 224.5º 0.78% 0.38% -
HSV(B) 224.5º 0.88% 0.67% -
XYZ 9.37 6.37 39.77 -
YUV 61.11 190.58 99.39 -
System Red Green Blue C M Y K H S L
Decimal 21 60 172 0.88 0.65 0 0.33 224.5 0.78 0.38
Hex 15 3C AC 58 41 0 21 E1 4E 26
Octal 25 74 254 130 101 0 41 341 116 46
Binary 10101 111100 10101100 1011000 1000001 0 100001 11100001 1001110 100110

Color Harmonies of #153CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CAC

Black with #153CAC

Text Example


Text Example

White with #153CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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