Html Css Color HEX #1219AB Egyptian Blue

📋 copy color: '#1219AB'

red 18 ◦ green 25 ◦ blue 171

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

Shades of Egyptian Blue #1219AB

Tints of Egyptian Blue #1219AB

RGB

 RED value IS 18 (7.42% from 255) = 8.41%

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 8.41%
G = 11.68%
B = 79.91%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1219AB (or 0x1219AB) is known color: Egyptian Blue. HEX triplet: 12, 19 and AB. RGB value is (18,25,171). Sum of RGB (Red+Green+Blue) = 18+25+171=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #1219AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1219AB is #EDE654. Grayscale: #262626. Windows color (decimal): -15590997 or 11213074. OLE color: 11213074.

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

Color convert

RGB 18 25 171 -
CMYK 0.89 0.85 0 0.33
HSL 237.25º 0.81% 0.37% -
HSV(B) 237.25º 0.89% 0.67% -
XYZ 7.95 3.76 38.84 -
YUV 39.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 18 25 171 0.89 0.85 0 0.33 237.25 0.81 0.37
Hex 12 19 AB 59 55 0 21 ED 51 25
Octal 22 31 253 131 125 0 41 355 121 45
Binary 10010 11001 10101011 1011001 1010101 0 100001 11101101 1010001 100101

Color Harmonies of #1219AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1219AB

Black with #1219AB

Text Example


Text Example

White with #1219AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,25,171); }

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

background-color css

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

 a { background-color: rgb(18,25,171); }

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

border-color css

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

 span { border-color: rgb(18,25,171); }

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