#0671DF

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

Shades of Navy Blue #0671DF

Tints of Navy Blue #0671DF

Color information

#0671DF (or 0x0671DF) is unknown color: approx Navy Blue. HEX triplet: 06, 71 and DF. RGB value is (6,113,223). Sum of RGB (Red+Green+Blue) = 6+113+223=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #0671DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0671DF is #F98E20. Grayscale: #5D5D5D. Windows color (decimal): -16354849 or 14643462. OLE color: 14643462.

HSL color Cylindrical-coordinate representation of color #0671DF: hue angle of 210.41º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0671DF is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6113223-
CMYK0.970.4900.13
HSL210.41º94.76%44.9%-
HSV(B)210.41º97.31%87.45%-
XYZ19.317.1872.11-
YUV93.55201.0565.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.75%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 223 (87.5% from 255) = 65.20%
R=1.75%
G=33.04%
B=65.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61132230.970.4900.13210.4194.7644.9
Hex671DF61310Dd25f2d
Octal61613371416101532213755
Binary110111000111011111110000111000101101110100101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0671DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,113,223); }

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

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

 a { background-color: rgb(6,113,223); }

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

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

 span { border-color: rgb(6,113,223); }

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