#1226B0

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

Shades of Egyptian Blue #1226B0

Tints of Egyptian Blue #1226B0

Color information

#1226B0 (or 0x1226B0) is unknown color: approx Egyptian Blue. HEX triplet: 12, 26 and B0. RGB value is (18,38,176). Sum of RGB (Red+Green+Blue) = 18+38+176=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 176 (69.14% from 255 or 75.86% from 232); Max value from RGB is 176 - color contains mainly: blue. Hex color #1226B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1226B0 is #EDD94F. Grayscale: #2F2F2F. Windows color (decimal): -15587664 or 11544082. OLE color: 11544082.

HSL color Cylindrical-coordinate representation of color #1226B0: hue angle of 232.41º 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 #1226B0 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1838176-
CMYK0.900.7800.31
HSL232.41º81.44%38.04%-
HSV(B)232.41º89.77%69.02%-
XYZ8.784.6541.51-
YUV47.75200.37106.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 176 (69.14% from 255) = 75.86%
R=7.76%
G=16.38%
B=75.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18381760.900.7800.31232.4181.4438.04
Hex1226B05A4E01Fe85126
Octal224626013211603735012146
Binary100101001101011000010110101001110011111111010001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1226B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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