#0936A1

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

Shades of Egyptian Blue #0936A1

Tints of Egyptian Blue #0936A1

Color information

#0936A1 (or 0x0936A1) is unknown color: approx Egyptian Blue. HEX triplet: 09, 36 and A1. RGB value is (9,54,161). Sum of RGB (Red+Green+Blue) = 9+54+161=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #0936A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0936A1 is #F6C95E. Grayscale: #343434. Windows color (decimal): -16173407 or 10565129. OLE color: 10565129.

HSL color Cylindrical-coordinate representation of color #0936A1: hue angle of 222.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0936A1 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB954161-
CMYK0.940.6600.37
HSL222.24º89.41%33.33%-
HSV(B)222.24º94.41%63.14%-
XYZ7.865.2734.32-
YUV52.74189.0996.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 161 (63.28% from 255) = 71.88%
R=4.02%
G=24.11%
B=71.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9541610.940.6600.37222.2489.4133.33
Hex936A15E42025de5921
Octal116624113610204533613141
Binary100111011010100001101111010000100100101110111101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0936A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0936A1; }

 p { color: rgb(9,54,161); }

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

<style>
 a { background-color: #0936A1; }

 a { background-color: rgb(9,54,161); }

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

<style>
 span { border-color: #0936A1; }

 span { border-color: rgb(9,54,161); }

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