Html Css Color HEX #1437AC Egyptian Blue

📋 copy color: '#1437AC'

red 20 ◦ green 55 ◦ blue 172

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

Shades of Egyptian Blue #1437AC

Tints of Egyptian Blue #1437AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

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

R = 8.1%
G = 22.27%
B = 69.64%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1437AC (or 0x1437AC) is known color: Egyptian Blue. HEX triplet: 14, 37 and AC. RGB value is (20,55,172). Sum of RGB (Red+Green+Blue) = 20+55+172=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 55 (21.88% from 255 or 22.27% 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 #1437AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1437AC is #EBC853. Grayscale: #393939. Windows color (decimal): -15452244 or 11286292. OLE color: 11286292.

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

Color convert

RGB 20 55 172 -
CMYK 0.88 0.68 0 0.33
HSL 226.18º 0.79% 0.38% -
HSV(B) 226.18º 0.88% 0.67% -
XYZ 9.1 5.86 39.68 -
YUV 57.87 192.4 100.99 -
System Red Green Blue C M Y K H S L
Decimal 20 55 172 0.88 0.68 0 0.33 226.18 0.79 0.38
Hex 14 37 AC 58 44 0 21 E2 4F 26
Octal 24 67 254 130 104 0 41 342 117 46
Binary 10100 110111 10101100 1011000 1000100 0 100001 11100010 1001111 100110

Color Harmonies of #1437AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1437AC

Black with #1437AC

Text Example


Text Example

White with #1437AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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