Html Css Color HEX #1437AB Egyptian Blue

📋 copy color: '#1437AB'

red 20 ◦ green 55 ◦ blue 171

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

Shades of Egyptian Blue #1437AB

Tints of Egyptian Blue #1437AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 8.13%
G = 22.36%
B = 69.51%

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

#1437AB (or 0x1437AB) is known color: Egyptian Blue. HEX triplet: 14, 37 and AB. RGB value is (20,55,171). Sum of RGB (Red+Green+Blue) = 20+55+171=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #1437AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1437AB is #EBC854. Grayscale: #393939. Windows color (decimal): -15452245 or 11220756. OLE color: 11220756.

HSL color Cylindrical-coordinate representation of color #1437AB: hue angle of 226.09º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1437AB is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 55 171 -
CMYK 0.88 0.68 0 0.33
HSL 226.09º 0.79% 0.37% -
HSV(B) 226.09º 0.88% 0.67% -
XYZ 9.01 5.82 39.18 -
YUV 57.76 191.9 101.07 -
System Red Green Blue C M Y K H S L
Decimal 20 55 171 0.88 0.68 0 0.33 226.09 0.79 0.37
Hex 14 37 AB 58 44 0 21 E2 4F 25
Octal 24 67 253 130 104 0 41 342 117 45
Binary 10100 110111 10101011 1011000 1000100 0 100001 11100010 1001111 100101

Color Harmonies of #1437AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1437AB

Black with #1437AB

Text Example


Text Example

White with #1437AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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