#0959CB

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

Shades of Navy Blue #0959CB

Tints of Navy Blue #0959CB

Color information

#0959CB (or 0x0959CB) is unknown color: approx Navy Blue. HEX triplet: 09, 59 and CB. RGB value is (9,89,203). Sum of RGB (Red+Green+Blue) = 9+89+203=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #0959CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959CB is #F6A634. Grayscale: #4D4D4D. Windows color (decimal): -16164405 or 13326601. OLE color: 13326601.

HSL color Cylindrical-coordinate representation of color #0959CB: hue angle of 215.26º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959CB is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB989203-
CMYK0.960.5600.20
HSL215.26º91.51%41.57%-
HSV(B)215.26º95.57%79.61%-
XYZ14.4611.5157.96-
YUV78.08198.578.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.99%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 203 (79.69% from 255) = 67.44%
R=2.99%
G=29.57%
B=67.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9892030.960.5600.20215.2691.5141.57
Hex959CB6038014d75c2a
Octal111313131407002432713452
Binary10011011001110010111100000111000010100110101111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0959CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0959CB; }

 p { color: rgb(9,89,203); }

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

<style>
 a { background-color: #0959CB; }

 a { background-color: rgb(9,89,203); }

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

<style>
 span { border-color: #0959CB; }

 span { border-color: rgb(9,89,203); }

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