Html Css Color HEX #153CAF Egyptian Blue

📋 copy color: '#153CAF'

red 21 ◦ green 60 ◦ blue 175

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

Shades of Egyptian Blue #153CAF

Tints of Egyptian Blue #153CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 8.2%
G = 23.44%
B = 68.36%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#153CAF (or 0x153CAF) is known color: Egyptian Blue. HEX triplet: 15, 3C and AF. RGB value is (21,60,175). Sum of RGB (Red+Green+Blue) = 21+60+175=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #153CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CAF is #EAC350. Grayscale: #3C3C3C. Windows color (decimal): -15385425 or 11484181. OLE color: 11484181.

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

Color convert

RGB 21 60 175 -
CMYK 0.88 0.66 0 0.31
HSL 224.81º 0.79% 0.38% -
HSV(B) 224.81º 0.88% 0.69% -
XYZ 9.66 6.49 41.3 -
YUV 61.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 21 60 175 0.88 0.66 0 0.31 224.81 0.79 0.38
Hex 15 3C AF 58 42 0 1F E1 4F 26
Octal 25 74 257 130 102 0 37 341 117 46
Binary 10101 111100 10101111 1011000 1000010 0 11111 11100001 1001111 100110

Color Harmonies of #153CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CAF

Black with #153CAF

Text Example


Text Example

White with #153CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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