#0958CE

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

Shades of Navy Blue #0958CE

Tints of Navy Blue #0958CE

Color information

#0958CE (or 0x0958CE) is unknown color: approx Navy Blue. HEX triplet: 09, 58 and CE. RGB value is (9,88,206). Sum of RGB (Red+Green+Blue) = 9+88+206=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #0958CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958CE is #F6A731. Grayscale: #4D4D4D. Windows color (decimal): -16164658 or 13522953. OLE color: 13522953.

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

Color convert

RGB988206-
CMYK0.960.5700.19
HSL215.94º91.63%42.16%-
HSV(B)215.94º95.63%80.78%-
XYZ14.7411.4959.83-
YUV77.83200.3378.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.97%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 206 (80.86% from 255) = 67.99%
R=2.97%
G=29.04%
B=67.99%

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
Decimal9882060.960.5700.19215.9491.6342.16
Hex958CE6039013d85c2a
Octal111303161407102333013452
Binary10011011000110011101100000111001010011110110001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0958CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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