#1244B0

Color #1244B0 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1244B0

Tints of Egyptian Blue #1244B0

Color information

#1244B0 (or 0x1244B0) is unknown color: approx Egyptian Blue. HEX triplet: 12, 44 and B0. RGB value is (18,68,176). Sum of RGB (Red+Green+Blue) = 18+68+176=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 176 (69.14% from 255 or 67.18% from 262); Max value from RGB is 176 - color contains mainly: blue. Hex color #1244B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1244B0 is #EDBB4F. Grayscale: #404040. Windows color (decimal): -15579984 or 11551762. OLE color: 11551762.

HSL color Cylindrical-coordinate representation of color #1244B0: hue angle of 221.01º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1244B0 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1868176-
CMYK0.900.6100.31
HSL221.01º81.44%38.04%-
HSV(B)221.01º89.77%69.02%-
XYZ10.157.441.97-
YUV65.36190.4494.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.87%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 176 (69.14% from 255) = 67.18%
R=6.87%
G=25.95%
B=67.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18681760.900.6100.31221.0181.4438.04
Hex1244B05A3D01Fdd5126
Octal221042601327503733512146
Binary100101000100101100001011010111101011111110111011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1244B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1244B0; }

 p { color: rgb(18,68,176); }

 H1.HeaderClassName
 {
   color: #1244B0;
 }
 .AnyTagClassName
 {
   color: #1244B0;
 }
</style>
background-color css

<style>
 a { background-color: #1244B0; }

 a { background-color: rgb(18,68,176); }

 div.DivClassName
 {
   background-color: #1244B0;
 }
 .BgClassName
 {
   background-color: #1244B0;
 }
</style>
border-color css

<style>
 span { border-color: #1244B0; }

 span { border-color: rgb(18,68,176); }

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