Html Css Color HEX #1228AB Egyptian Blue

📋 copy color: '#1228AB'

red 18 ◦ green 40 ◦ blue 171

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

Shades of Egyptian Blue #1228AB

Tints of Egyptian Blue #1228AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.47%

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

R = 7.86%
G = 17.47%
B = 74.67%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1228AB (or 0x1228AB) is known color: Egyptian Blue. HEX triplet: 12, 28 and AB. RGB value is (18,40,171). Sum of RGB (Red+Green+Blue) = 18+40+171=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #1228AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1228AB is #EDD754. Grayscale: #2F2F2F. Windows color (decimal): -15587157 or 11216914. OLE color: 11216914.

HSL color Cylindrical-coordinate representation of color #1228AB: hue angle of 231.37º 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 #1228AB is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 40 171 -
CMYK 0.89 0.77 0 0.33
HSL 231.37º 0.81% 0.37% -
HSV(B) 231.37º 0.89% 0.67% -
XYZ 8.36 4.59 38.97 -
YUV 48.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 18 40 171 0.89 0.77 0 0.33 231.37 0.81 0.37
Hex 12 28 AB 59 4D 0 21 E7 51 25
Octal 22 50 253 131 115 0 41 347 121 45
Binary 10010 101000 10101011 1011001 1001101 0 100001 11100111 1010001 100101

Color Harmonies of #1228AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1228AB

Black with #1228AB

Text Example


Text Example

White with #1228AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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