#12379B

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

Shades of Egyptian Blue #12379B

Tints of Egyptian Blue #12379B

Color information

#12379B (or 0x12379B) is unknown color: approx Egyptian Blue. HEX triplet: 12, 37 and 9B. RGB value is (18,55,155). Sum of RGB (Red+Green+Blue) = 18+55+155=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #12379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12379B is #EDC864. Grayscale: #363636. Windows color (decimal): -15583333 or 10172178. OLE color: 10172178.

HSL color Cylindrical-coordinate representation of color #12379B: hue angle of 223.8º 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 #12379B is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1855155-
CMYK0.880.6500.39
HSL223.8º79.19%33.92%-
HSV(B)223.8º88.39%60.78%-
XYZ7.535.2331.62-
YUV55.34184.24101.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 155 (60.94% from 255) = 67.98%
R=7.89%
G=24.12%
B=67.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18551550.880.6500.39223.879.1933.92
Hex12379B5841027e04f22
Octal226723313010104734011742
Binary1001011011110011011101100010000010100111111000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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