#0671CE

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

Shades of Navy Blue #0671CE

Tints of Navy Blue #0671CE

Color information

#0671CE (or 0x0671CE) is unknown color: approx Navy Blue. HEX triplet: 06, 71 and CE. RGB value is (6,113,206). Sum of RGB (Red+Green+Blue) = 6+113+206=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #0671CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0671CE is #F98E31. Grayscale: #5B5B5B. Windows color (decimal): -16354866 or 13529350. OLE color: 13529350.

HSL color Cylindrical-coordinate representation of color #0671CE: hue angle of 207.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0671CE is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6113206-
CMYK0.970.4500.19
HSL207.9º94.34%41.57%-
HSV(B)207.9º97.09%80.78%-
XYZ17.1216.3160.64-
YUV91.61192.5566.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.85%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 206 (80.86% from 255) = 63.38%
R=1.85%
G=34.77%
B=63.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal61132060.970.4500.19207.994.3441.57
Hex671CE612D013d05e2a
Octal61613161415502332013652
Binary1101110001110011101100001101101010011110100001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0671CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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