#000668

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

Shades of Navy #000668

Tints of Navy #000668

Color information

#000668 (or 0x000668) is unknown color: approx Navy. HEX triplet: 00, 06 and 68. RGB value is (0,6,104). Sum of RGB (Red+Green+Blue) = 0+6+104=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 104 (41.02% from 255 or 94.55% from 110); Max value from RGB is 104 - color contains mainly: blue. Hex color #000668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000668 is #FFF997. Grayscale: #0E0E0E. Windows color (decimal): -16775576 or 6817280. OLE color: 6817280.

HSL color Cylindrical-coordinate representation of color #000668: hue angle of 236.54º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000668 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB06104-
CMYK10.9400.59
HSL236.54º100%20.39%-
HSV(B)236.54º100%40.78%-
XYZ2.561.1313.18-
YUV15.38178.01117.03-

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.45%
BLUE value IS 104 (41.02% from 255) = 94.55%
R=0%
G=5.45%
B=94.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal0610410.9400.59236.5410020.39
Hex0668645E03Bed6414
Octal0615014413607335514424
Binary0110110100011001001011110011101111101101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000668; }

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

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

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

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

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

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

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

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