Html Css Color HEX #1536AC Egyptian Blue

📋 copy color: '#1536AC'

red 21 ◦ green 54 ◦ blue 172

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

Shades of Egyptian Blue #1536AC

Tints of Egyptian Blue #1536AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

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

R = 8.5%
G = 21.86%
B = 69.64%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1536AC (or 0x1536AC) is known color: Egyptian Blue. HEX triplet: 15, 36 and AC. RGB value is (21,54,172). Sum of RGB (Red+Green+Blue) = 21+54+172=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #1536AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1536AC is #EAC953. Grayscale: #393939. Windows color (decimal): -15386964 or 11286037. OLE color: 11286037.

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

Color convert

RGB 21 54 172 -
CMYK 0.88 0.69 0 0.33
HSL 226.89º 0.78% 0.38% -
HSV(B) 226.89º 0.88% 0.67% -
XYZ 9.07 5.78 39.67 -
YUV 57.59 192.57 101.91 -
System Red Green Blue C M Y K H S L
Decimal 21 54 172 0.88 0.69 0 0.33 226.89 0.78 0.38
Hex 15 36 AC 58 45 0 21 E3 4E 26
Octal 25 66 254 130 105 0 41 343 116 46
Binary 10101 110110 10101100 1011000 1000101 0 100001 11100011 1001110 100110

Color Harmonies of #1536AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1536AC

Black with #1536AC

Text Example


Text Example

White with #1536AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1536AC; }

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

 H1.HeaderClassName
 {
   color: #1536AC;
 }
 .AnyTagClassName
 {
   color: #1536AC;
 }
</style>

background-color css

<style>
 a { background-color: #1536AC; }

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

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

border-color css

<style>
 span { border-color: #1536AC; }

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

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