#000670

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

Shades of Navy #000670

Tints of Navy #000670

Color information

#000670 (or 0x000670) is unknown color: approx Navy. HEX triplet: 00, 06 and 70. RGB value is (0,6,112). Sum of RGB (Red+Green+Blue) = 0+6+112=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 112 (44.14% from 255 or 94.92% from 118); Max value from RGB is 112 - color contains mainly: blue. Hex color #000670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000670 is #FFF98F. Grayscale: #0F0F0F. Windows color (decimal): -16775568 or 7341568. OLE color: 7341568.

HSL color Cylindrical-coordinate representation of color #000670: hue angle of 236.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000670 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB06112-
CMYK10.9500.56
HSL236.79º100%21.96%-
HSV(B)236.79º100%43.92%-
XYZ2.991.315.42-
YUV16.29182.01116.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 112 (44.14% from 255) = 94.92%
R=0%
G=5.08%
B=94.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0611210.9500.56236.7910021.96
Hex0670645F038ed6416
Octal0616014413707035514426
Binary0110111000011001001011111011100011101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000670; }

 p { color: rgb(0,6,112); }

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

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

 a { background-color: rgb(0,6,112); }

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

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

 span { border-color: rgb(0,6,112); }

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