Html Css Color HEX #1228A0 Egyptian Blue

📋 copy color: '#1228A0'

red 18 ◦ green 40 ◦ blue 160

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

Shades of Egyptian Blue #1228A0

Tints of Egyptian Blue #1228A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 73.39%

R = 8.26%
G = 18.35%
B = 73.39%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1228A0 (or 0x1228A0) is known color: Egyptian Blue. HEX triplet: 12, 28 and A0. RGB value is (18,40,160). Sum of RGB (Red+Green+Blue) = 18+40+160=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 160 (62.89% from 255 or 73.39% from 218); Max value from RGB is 160 - color contains mainly: blue. Hex color #1228A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1228A0 is #EDD75F. Grayscale: #2E2E2E. Windows color (decimal): -15587168 or 10496018. OLE color: 10496018.

HSL color Cylindrical-coordinate representation of color #1228A0: hue angle of 230.7º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1228A0 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 40 160 -
CMYK 0.89 0.75 0 0.37
HSL 230.7º 0.8% 0.35% -
HSV(B) 230.7º 0.89% 0.63% -
XYZ 7.35 4.18 33.68 -
YUV 47.1 191.71 107.24 -
System Red Green Blue C M Y K H S L
Decimal 18 40 160 0.89 0.75 0 0.37 230.7 0.8 0.35
Hex 12 28 A0 59 4B 0 25 E7 50 23
Octal 22 50 240 131 113 0 45 347 120 43
Binary 10010 101000 10100000 1011001 1001011 0 100101 11100111 1010000 100011

Color Harmonies of #1228A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1228A0

Black with #1228A0

Text Example


Text Example

White with #1228A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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