#12269B

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

Shades of Egyptian Blue #12269B

Tints of Egyptian Blue #12269B

Color information

#12269B (or 0x12269B) is unknown color: approx Egyptian Blue. HEX triplet: 12, 26 and 9B. RGB value is (18,38,155). Sum of RGB (Red+Green+Blue) = 18+38+155=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #12269B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12269B is #EDD964. Grayscale: #2C2C2C. Windows color (decimal): -15587685 or 10167826. OLE color: 10167826.

HSL color Cylindrical-coordinate representation of color #12269B: hue angle of 231.24º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12269B is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1838155-
CMYK0.880.7500.39
HSL231.24º79.19%33.92%-
HSV(B)231.24º88.39%60.78%-
XYZ6.863.8831.4-
YUV45.36189.87108.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 155 (60.94% from 255) = 73.46%
R=8.53%
G=18.01%
B=73.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18381550.880.7500.39231.2479.1933.92
Hex12269B584B027e74f22
Octal224623313011304734711742
Binary1001010011010011011101100010010110100111111001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12269B; }

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

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

<style>
 a { background-color: #12269B; }

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

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

<style>
 span { border-color: #12269B; }

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

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