#0958F0

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

Shades of Navy Blue #0958F0

Tints of Navy Blue #0958F0

Color information

#0958F0 (or 0x0958F0) is unknown color: approx Navy Blue. HEX triplet: 09, 58 and F0. RGB value is (9,88,240). Sum of RGB (Red+Green+Blue) = 9+88+240=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #0958F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0958F0 is #F6A70F. Grayscale: #515151. Windows color (decimal): -16164624 or 15751177. OLE color: 15751177.

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

Color convert

RGB988240-
CMYK0.960.6300.06
HSL219.48º92.77%48.82%-
HSV(B)219.48º96.25%94.12%-
XYZ19.3313.3383.99-
YUV81.71217.3376.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.67%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 240 (94.14% from 255) = 71.22%
R=2.67%
G=26.11%
B=71.22%

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
Decimal9882400.960.6300.06219.4892.7748.82
Hex958F0603F06db5d31
Octal11130360140770633313561
Binary100110110001111000011000001111110110110110111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0958F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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