#0959F0

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

Shades of Navy Blue #0959F0

Tints of Navy Blue #0959F0

Color information

#0959F0 (or 0x0959F0) is unknown color: approx Navy Blue. HEX triplet: 09, 59 and F0. RGB value is (9,89,240). Sum of RGB (Red+Green+Blue) = 9+89+240=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #0959F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0959F0 is #F6A60F. Grayscale: #515151. Windows color (decimal): -16164368 or 15751433. OLE color: 15751433.

HSL color Cylindrical-coordinate representation of color #0959F0: hue angle of 219.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959F0 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB989240-
CMYK0.960.6300.06
HSL219.22º92.77%48.82%-
HSV(B)219.22º96.25%94.12%-
XYZ19.4113.4984.02-
YUV82.2921775.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.66%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 240 (94.14% from 255) = 71.01%
R=2.66%
G=26.33%
B=71.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9892400.960.6300.06219.2292.7748.82
Hex959F0603F06db5d31
Octal11131360140770633313561
Binary100110110011111000011000001111110110110110111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0959F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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