#0B3DA9

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

Shades of Egyptian Blue #0B3DA9

Tints of Egyptian Blue #0B3DA9

Color information

#0B3DA9 (or 0x0B3DA9) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 3D and A9. RGB value is (11,61,169). Sum of RGB (Red+Green+Blue) = 11+61+169=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #0B3DA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3DA9 is #F4C256. Grayscale: #393939. Windows color (decimal): -16040535 or 11091211. OLE color: 11091211.

HSL color Cylindrical-coordinate representation of color #0B3DA9: hue angle of 221.01º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B3DA9 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1161169-
CMYK0.930.6400.34
HSL221.01º87.78%35.29%-
HSV(B)221.01º93.49%66.27%-
XYZ8.976.2738.27-
YUV58.36190.4494.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 169 (66.41% from 255) = 70.12%
R=4.56%
G=25.31%
B=70.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11611690.930.6400.34221.0187.7835.29
HexB3DA95D40022dd5823
Octal137525113510004233513043
Binary101111110110101001101110110000000100010110111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,61,169); }

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

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

 a { background-color: rgb(11,61,169); }

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

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

 span { border-color: rgb(11,61,169); }

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