#12268F

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

Shades of Egyptian Blue #12268F

Tints of Egyptian Blue #12268F

Color information

#12268F (or 0x12268F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 26 and 8F. RGB value is (18,38,143). Sum of RGB (Red+Green+Blue) = 18+38+143=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #12268F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12268F is #EDD970. Grayscale: #2B2B2B. Windows color (decimal): -15587697 or 9381394. OLE color: 9381394.

HSL color Cylindrical-coordinate representation of color #12268F: hue angle of 230.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12268F is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1838143-
CMYK0.870.7300.44
HSL230.4º77.64%31.57%-
HSV(B)230.4º87.41%56.08%-
XYZ5.93.526.35-
YUV43.99183.87109.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 143 (56.25% from 255) = 71.86%
R=9.05%
G=19.10%
B=71.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18381430.870.7300.44230.477.6431.57
Hex12268F574902Ce64e20
Octal224621712711105434611640
Binary1001010011010001111101011110010010101100111001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12268F; }

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

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

<style>
 a { background-color: #12268F; }

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

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

<style>
 span { border-color: #12268F; }

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

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