Html Css Color HEX #1436AC Egyptian Blue

📋 copy color: '#1436AC'

red 20 ◦ green 54 ◦ blue 172

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

Shades of Egyptian Blue #1436AC

Tints of Egyptian Blue #1436AC

RGB

 RED value IS 20 (8.2% from 255) = 8.13%

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

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

R = 8.13%
G = 21.95%
B = 69.92%

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

#1436AC (or 0x1436AC) is known color: Egyptian Blue. HEX triplet: 14, 36 and AC. RGB value is (20,54,172). Sum of RGB (Red+Green+Blue) = 20+54+172=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #1436AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1436AC is #EBC953. Grayscale: #383838. Windows color (decimal): -15452500 or 11286036. OLE color: 11286036.

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

Color convert

RGB 20 54 172 -
CMYK 0.88 0.69 0 0.33
HSL 226.58º 0.79% 0.38% -
HSV(B) 226.58º 0.88% 0.67% -
XYZ 9.05 5.77 39.67 -
YUV 57.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 20 54 172 0.88 0.69 0 0.33 226.58 0.79 0.38
Hex 14 36 AC 58 45 0 21 E3 4F 26
Octal 24 66 254 130 105 0 41 343 117 46
Binary 10100 110110 10101100 1011000 1000101 0 100001 11100011 1001111 100110

Color Harmonies of #1436AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1436AC

Black with #1436AC

Text Example


Text Example

White with #1436AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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