#0061DF

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

Shades of Navy Blue #0061DF

Tints of Navy Blue #0061DF

Color information

#0061DF (or 0x0061DF) is unknown color: approx Navy Blue. HEX triplet: 00, 61 and DF. RGB value is (0,97,223). Sum of RGB (Red+Green+Blue) = 0+97+223=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #0061DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061DF is #FF9E20. Grayscale: #515151. Windows color (decimal): -16752161 or 14639360. OLE color: 14639360.

HSL color Cylindrical-coordinate representation of color #0061DF: hue angle of 213.9º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061DF is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB097223-
CMYK10.5700.13
HSL213.9º100%43.73%-
HSV(B)213.9º100%87.45%-
XYZ17.5913.8871.56-
YUV82.36207.3669.25-

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) = 30.31%
BLUE value IS 223 (87.5% from 255) = 69.69%
R=0%
G=30.31%
B=69.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal09722310.5700.13213.910043.73
Hex061DF64390Dd6642c
Octal01413371447101532614454
Binary0110000111011111110010011100101101110101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0061DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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