#0061BF

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

Shades of Navy Blue #0061BF

Tints of Navy Blue #0061BF

Color information

#0061BF (or 0x0061BF) is unknown color: approx Navy Blue. HEX triplet: 00, 61 and BF. RGB value is (0,97,191). Sum of RGB (Red+Green+Blue) = 0+97+191=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #0061BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061BF is #FF9E40. Grayscale: #4E4E4E. Windows color (decimal): -16752193 or 12542208. OLE color: 12542208.

HSL color Cylindrical-coordinate representation of color #0061BF: hue angle of 209.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061BF is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB097191-
CMYK10.4900.25
HSL209.53º100%37.45%-
HSV(B)209.53º100%74.9%-
XYZ13.6812.3150.95-
YUV78.71191.3671.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 191 (75% from 255) = 66.32%
R=0%
G=33.68%
B=66.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal09719110.4900.25209.5310037.45
Hex061BF6431019d26425
Octal01412771446103132214445
Binary01100001101111111100100110001011001110100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0061BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0061BF; }

 p { color: rgb(0,97,191); }

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

<style>
 a { background-color: #0061BF; }

 a { background-color: rgb(0,97,191); }

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

<style>
 span { border-color: #0061BF; }

 span { border-color: rgb(0,97,191); }

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