#0962C5

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

Shades of Navy Blue #0962C5

Tints of Navy Blue #0962C5

Color information

#0962C5 (or 0x0962C5) is unknown color: approx Navy Blue. HEX triplet: 09, 62 and C5. RGB value is (9,98,197). Sum of RGB (Red+Green+Blue) = 9+98+197=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 197 (77.34% from 255 or 64.80% from 304); Max value from RGB is 197 - color contains mainly: blue. Hex color #0962C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962C5 is #F69D3A. Grayscale: #525252. Windows color (decimal): -16162107 or 12935689. OLE color: 12935689.

HSL color Cylindrical-coordinate representation of color #0962C5: hue angle of 211.6º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0962C5 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB998197-
CMYK0.950.5000.23
HSL211.6º91.26%40.39%-
HSV(B)211.6º95.43%77.25%-
XYZ14.5612.8254.53-
YUV82.68192.5175.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.96%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 197 (77.34% from 255) = 64.80%
R=2.96%
G=32.24%
B=64.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9981970.950.5000.23211.691.2640.39
Hex962C55F32017d45b28
Octal111423051376202732413350
Binary10011100010110001011011111110010010111110101001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0962C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0962C5; }

 p { color: rgb(9,98,197); }

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

<style>
 a { background-color: #0962C5; }

 a { background-color: rgb(9,98,197); }

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

<style>
 span { border-color: #0962C5; }

 span { border-color: rgb(9,98,197); }

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