#0959CF

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

Shades of Navy Blue #0959CF

Tints of Navy Blue #0959CF

Color information

#0959CF (or 0x0959CF) is unknown color: approx Navy Blue. HEX triplet: 09, 59 and CF. RGB value is (9,89,207). Sum of RGB (Red+Green+Blue) = 9+89+207=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #0959CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959CF is #F6A630. Grayscale: #4D4D4D. Windows color (decimal): -16164401 or 13588745. OLE color: 13588745.

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

Color convert

RGB989207-
CMYK0.960.5700.19
HSL215.76º91.67%42.35%-
HSV(B)215.76º95.65%81.18%-
XYZ14.9511.7160.5-
YUV78.53200.578.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.95%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 207 (81.25% from 255) = 67.87%
R=2.95%
G=29.18%
B=67.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal9892070.960.5700.19215.7691.6742.35
Hex959CF6039013d85c2a
Octal111313171407102333013452
Binary10011011001110011111100000111001010011110110001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0959CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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