#0B359D

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

Shades of Egyptian Blue #0B359D

Tints of Egyptian Blue #0B359D

Color information

#0B359D (or 0x0B359D) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 35 and 9D. RGB value is (11,53,157). Sum of RGB (Red+Green+Blue) = 11+53+157=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B359D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B359D is #F4CA62. Grayscale: #333333. Windows color (decimal): -16042595 or 10302731. OLE color: 10302731.

HSL color Cylindrical-coordinate representation of color #0B359D: hue angle of 222.74º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B359D is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1153157-
CMYK0.930.6600.38
HSL222.74º86.9%32.94%-
HSV(B)222.74º92.99%61.57%-
XYZ7.55.0532.48-
YUV52.3187.0998.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 157 (61.72% from 255) = 71.04%
R=4.98%
G=23.98%
B=71.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11531570.930.6600.38222.7486.932.94
HexB359D5D42026df5721
Octal136523513510204633712741
Binary101111010110011101101110110000100100110110111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B359D; }

 p { color: rgb(11,53,157); }

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

<style>
 a { background-color: #0B359D; }

 a { background-color: rgb(11,53,157); }

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

<style>
 span { border-color: #0B359D; }

 span { border-color: rgb(11,53,157); }

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