#0B59DD

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

Shades of Navy Blue #0B59DD

Tints of Navy Blue #0B59DD

Color information

#0B59DD (or 0x0B59DD) is unknown color: approx Navy Blue. HEX triplet: 0B, 59 and DD. RGB value is (11,89,221). Sum of RGB (Red+Green+Blue) = 11+89+221=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B59DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B59DD is #F4A622. Grayscale: #505050. Windows color (decimal): -16033315 or 14506251. OLE color: 14506251.

HSL color Cylindrical-coordinate representation of color #0B59DD: hue angle of 217.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B59DD is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1189221-
CMYK0.950.6000.13
HSL217.71º90.52%45.49%-
HSV(B)217.71º95.02%86.67%-
XYZ16.7612.4469.92-
YUV80.73207.1678.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.43%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 221 (86.72% from 255) = 68.85%
R=3.43%
G=27.73%
B=68.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11892210.950.6000.13217.7190.5245.49
HexB59DD5F3C0Dda5b2d
Octal131313351377401533213355
Binary1011101100111011101101111111110001101110110101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B59DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,89,221); }

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

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

 a { background-color: rgb(11,89,221); }

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

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

 span { border-color: rgb(11,89,221); }

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