#0061BE

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

Shades of Navy Blue #0061BE

Tints of Navy Blue #0061BE

Color information

#0061BE (or 0x0061BE) is unknown color: approx Navy Blue. HEX triplet: 00, 61 and BE. RGB value is (0,97,190). Sum of RGB (Red+Green+Blue) = 0+97+190=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #0061BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061BE is #FF9E41. Grayscale: #4E4E4E. Windows color (decimal): -16752194 or 12476672. OLE color: 12476672.

HSL color Cylindrical-coordinate representation of color #0061BE: hue angle of 209.37º 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 #0061BE is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB097190-
CMYK10.4900.25
HSL209.37º100%37.25%-
HSV(B)209.37º100%74.51%-
XYZ13.5712.2750.37-
YUV78.6190.8671.94-

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.80%
BLUE value IS 190 (74.61% from 255) = 66.20%
R=0%
G=33.80%
B=66.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal09719010.4900.25209.3710037.25
Hex061BE6431019d16425
Octal01412761446103132114445
Binary01100001101111101100100110001011001110100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0061BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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