Html Css Color HEX #000671 Navy

📋 copy color: '#000671'

red 0 ◦ green 6 ◦ blue 113

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

Shades of Navy #000671

Tints of Navy #000671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 94.96%

R = 0%
G = 5.04%
B = 94.96%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000671 (or 0x000671) is known color: Navy. HEX triplet: 00, 06 and 71. RGB value is (0,6,113). Sum of RGB (Red+Green+Blue) = 0+6+113=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 113 (44.53% from 255 or 94.96% from 119); Max value from RGB is 113 - color contains mainly: blue. Hex color #000671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000671 is #FFF98E. Grayscale: #0F0F0F. Windows color (decimal): -16775567 or 7407104. OLE color: 7407104.

HSL color Cylindrical-coordinate representation of color #000671: hue angle of 236.81º 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 #000671 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 6 113 -
CMYK 1 0.95 0 0.56
HSL 236.81º 1% 0.22% -
HSV(B) 236.81º 1% 0.44% -
XYZ 3.05 1.32 15.72 -
YUV 16.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 0 6 113 1 0.95 0 0.56 236.81 1 0.22
Hex 0 6 71 64 5F 0 38 ED 64 16
Octal 0 6 161 144 137 0 70 355 144 26
Binary 0 110 1110001 1100100 1011111 0 111000 11101101 1100100 10110

Color Harmonies of #000671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000671

Black with #000671

Text Example


Text Example

White with #000671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000671; }

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

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

background-color css

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

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

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

border-color css

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

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

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