Html Css Color HEX #000673 Navy

📋 copy color: '#000673'

red 0 ◦ green 6 ◦ blue 115

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

Shades of Navy #000673

Tints of Navy #000673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 95.04%

R = 0%
G = 4.96%
B = 95.04%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000673 (or 0x000673) is known color: Navy. HEX triplet: 00, 06 and 73. RGB value is (0,6,115). Sum of RGB (Red+Green+Blue) = 0+6+115=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 115 (45.31% from 255 or 95.04% from 121); Max value from RGB is 115 - color contains mainly: blue. Hex color #000673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000673 is #FFF98C. Grayscale: #101010. Windows color (decimal): -16775565 or 7538176. OLE color: 7538176.

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

Color convert

RGB 0 6 115 -
CMYK 1 0.95 0 0.55
HSL 236.87º 1% 0.23% -
HSV(B) 236.87º 1% 0.45% -
XYZ 3.16 1.37 16.32 -
YUV 16.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 0 6 115 1 0.95 0 0.55 236.87 1 0.23
Hex 0 6 73 64 5F 0 37 ED 64 17
Octal 0 6 163 144 137 0 67 355 144 27
Binary 0 110 1110011 1100100 1011111 0 110111 11101101 1100100 10111

Color Harmonies of #000673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000673

Black with #000673

Text Example


Text Example

White with #000673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000673; }

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

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

background-color css

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

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

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

border-color css

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

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

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