#0935B7

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

Shades of Egyptian Blue #0935B7

Tints of Egyptian Blue #0935B7

Color information

#0935B7 (or 0x0935B7) is unknown color: approx Egyptian Blue. HEX triplet: 09, 35 and B7. RGB value is (9,53,183). Sum of RGB (Red+Green+Blue) = 9+53+183=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 183 (71.88% from 255 or 74.69% from 245); Max value from RGB is 183 - color contains mainly: blue. Hex color #0935B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0935B7 is #F6CA48. Grayscale: #363636. Windows color (decimal): -16173641 or 12006665. OLE color: 12006665.

HSL color Cylindrical-coordinate representation of color #0935B7: hue angle of 224.83º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0935B7 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB953183-
CMYK0.950.7100.28
HSL224.83º90.62%37.65%-
HSV(B)224.83º95.08%71.76%-
XYZ9.936.0245.44-
YUV54.66200.4295.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.67%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 183 (71.88% from 255) = 74.69%
R=3.67%
G=21.63%
B=74.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal9531830.950.7100.28224.8390.6237.65
Hex935B75F4701Ce15b26
Octal116526713710703434113346
Binary10011101011011011110111111000111011100111000011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0935B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0935B7; }

 p { color: rgb(9,53,183); }

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

<style>
 a { background-color: #0935B7; }

 a { background-color: rgb(9,53,183); }

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

<style>
 span { border-color: #0935B7; }

 span { border-color: rgb(9,53,183); }

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