Html Css Color HEX #1142AB Egyptian Blue

📋 copy color: '#1142AB'

red 17 ◦ green 66 ◦ blue 171

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

Shades of Egyptian Blue #1142AB

Tints of Egyptian Blue #1142AB

RGB

 RED value IS 17 (7.03% from 255) = 6.69%

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 6.69%
G = 25.98%
B = 67.32%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1142AB (or 0x1142AB) is known color: Egyptian Blue. HEX triplet: 11, 42 and AB. RGB value is (17,66,171). Sum of RGB (Red+Green+Blue) = 17+66+171=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #1142AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1142AB is #EEBD54. Grayscale: #3E3E3E. Windows color (decimal): -15646037 or 11223569. OLE color: 11223569.

HSL color Cylindrical-coordinate representation of color #1142AB: hue angle of 220.91º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1142AB is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 66 171 -
CMYK 0.90 0.61 0 0.33
HSL 220.91º 0.82% 0.37% -
HSV(B) 220.91º 0.9% 0.67% -
XYZ 9.53 6.96 39.37 -
YUV 63.32 188.77 94.96 -
System Red Green Blue C M Y K H S L
Decimal 17 66 171 0.90 0.61 0 0.33 220.91 0.82 0.37
Hex 11 42 AB 5A 3D 0 21 DD 52 25
Octal 21 102 253 132 75 0 41 335 122 45
Binary 10001 1000010 10101011 1011010 111101 0 100001 11011101 1010010 100101

Color Harmonies of #1142AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1142AB

Black with #1142AB

Text Example


Text Example

White with #1142AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,66,171); }

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

background-color css

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

 a { background-color: rgb(17,66,171); }

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

border-color css

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

 span { border-color: rgb(17,66,171); }

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