#0956CE

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

Shades of Navy Blue #0956CE

Tints of Navy Blue #0956CE

Color information

#0956CE (or 0x0956CE) is unknown color: approx Navy Blue. HEX triplet: 09, 56 and CE. RGB value is (9,86,206). Sum of RGB (Red+Green+Blue) = 9+86+206=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #0956CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0956CE is #F6A931. Grayscale: #4C4C4C. Windows color (decimal): -16165170 or 13522441. OLE color: 13522441.

HSL color Cylindrical-coordinate representation of color #0956CE: hue angle of 216.55º 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 #0956CE is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB986206-
CMYK0.960.5800.19
HSL216.55º91.63%42.16%-
HSV(B)216.55º95.63%80.78%-
XYZ14.5811.1759.78-
YUV76.66200.9979.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.99%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 206 (80.86% from 255) = 68.44%
R=2.99%
G=28.57%
B=68.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal9862060.960.5800.19216.5591.6342.16
Hex956CE603A013d95c2a
Octal111263161407202333113452
Binary10011010110110011101100000111010010011110110011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0956CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0956CE; }

 p { color: rgb(9,86,206); }

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

<style>
 a { background-color: #0956CE; }

 a { background-color: rgb(9,86,206); }

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

<style>
 span { border-color: #0956CE; }

 span { border-color: rgb(9,86,206); }

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