Html Css Color HEX #000675 Navy

📋 copy color: '#000675'

red 0 ◦ green 6 ◦ blue 117

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

Shades of Navy #000675

Tints of Navy #000675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 95.12%

R = 0%
G = 4.88%
B = 95.12%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000675 (or 0x000675) is known color: Navy. HEX triplet: 00, 06 and 75. RGB value is (0,6,117). Sum of RGB (Red+Green+Blue) = 0+6+117=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 117 (46.09% from 255 or 95.12% from 123); Max value from RGB is 117 - color contains mainly: blue. Hex color #000675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000675 is #FFF98A. Grayscale: #101010. Windows color (decimal): -16775563 or 7669248. OLE color: 7669248.

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

Color convert

RGB 0 6 117 -
CMYK 1 0.95 0 0.54
HSL 236.92º 1% 0.23% -
HSV(B) 236.92º 1% 0.46% -
XYZ 3.28 1.41 16.93 -
YUV 16.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 0 6 117 1 0.95 0 0.54 236.92 1 0.23
Hex 0 6 75 64 5F 0 36 ED 64 17
Octal 0 6 165 144 137 0 66 355 144 27
Binary 0 110 1110101 1100100 1011111 0 110110 11101101 1100100 10111

Color Harmonies of #000675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000675

Black with #000675

Text Example


Text Example

White with #000675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000675; }

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

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

background-color css

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

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

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

border-color css

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

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

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