#0958CF

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

Shades of Navy Blue #0958CF

Tints of Navy Blue #0958CF

Color information

#0958CF (or 0x0958CF) is unknown color: approx Navy Blue. HEX triplet: 09, 58 and CF. RGB value is (9,88,207). Sum of RGB (Red+Green+Blue) = 9+88+207=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #0958CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958CF is #F6A730. Grayscale: #4D4D4D. Windows color (decimal): -16164657 or 13588489. OLE color: 13588489.

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

Color convert

RGB988207-
CMYK0.960.5700.19
HSL216.06º91.67%42.35%-
HSV(B)216.06º95.65%81.18%-
XYZ14.8611.5460.48-
YUV77.95200.8378.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.96%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 207 (81.25% from 255) = 68.09%
R=2.96%
G=28.95%
B=68.09%

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
Decimal9882070.960.5700.19216.0691.6742.35
Hex958CF6039013d85c2a
Octal111303171407102333013452
Binary10011011000110011111100000111001010011110110001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0958CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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