Html Css Color HEX #000667 Navy

📋 copy color: '#000667'

red 0 ◦ green 6 ◦ blue 103

#000667
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #000667

Tints of Navy #000667

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 6 (2.73% from 255) = 5.5%

 BLUE value IS 103 (40.63% from 255) = 94.5%

R = 0%
G = 5.5%
B = 94.5%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#000667 (or 0x000667) is known color: Navy. HEX triplet: 00, 06 and 67. RGB value is (0,6,103). Sum of RGB (Red+Green+Blue) = 0+6+103=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 103 (40.62% from 255 or 94.50% from 109); Max value from RGB is 103 - color contains mainly: blue. Hex color #000667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000667 is #FFF998. Grayscale: #0E0E0E. Windows color (decimal): -16775577 or 6751744. OLE color: 6751744.

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

Color convert

RGB 0 6 103 -
CMYK 1 0.94 0 0.60
HSL 236.5º 1% 0.2% -
HSV(B) 236.5º 1% 0.4% -
XYZ 2.51 1.11 12.91 -
YUV 15.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 0 6 103 1 0.94 0 0.60 236.5 1 0.2
Hex 0 6 67 64 5E 0 3C ED 64 14
Octal 0 6 147 144 136 0 74 355 144 24
Binary 0 110 1100111 1100100 1011110 0 111100 11101101 1100100 10100

Color Harmonies of #000667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000667

Black with #000667

Text Example


Text Example

White with #000667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000667; }

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

 H1.HeaderClassName
 {
   color: #000667;
 }
 .AnyTagClassName
 {
   color: #000667;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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