#0961FB

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

Shades of Navy Blue #0961FB

Tints of Navy Blue #0961FB

Color information

#0961FB (or 0x0961FB) is unknown color: approx Navy Blue. HEX triplet: 09, 61 and FB. RGB value is (9,97,251). Sum of RGB (Red+Green+Blue) = 9+97+251=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #0961FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0961FB is #F69E04. Grayscale: #575757. Windows color (decimal): -16162309 or 16474377. OLE color: 16474377.

HSL color Cylindrical-coordinate representation of color #0961FB: hue angle of 218.18º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0961FB is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB997251-
CMYK0.960.6100.02
HSL218.18º96.8%50.98%-
HSV(B)218.18º96.41%98.43%-
XYZ21.815.5793.12-
YUV88.24219.8571.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.52%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 251 (98.44% from 255) = 70.31%
R=2.52%
G=27.17%
B=70.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal9972510.960.6100.02218.1896.850.98
Hex961FB603D02da6133
Octal11141373140750233214163
Binary10011100001111110111100000111101010110110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0961FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0961FB; }

 p { color: rgb(9,97,251); }

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

<style>
 a { background-color: #0961FB; }

 a { background-color: rgb(9,97,251); }

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

<style>
 span { border-color: #0961FB; }

 span { border-color: rgb(9,97,251); }

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