Html Css Color HEX #000681 Navy

📋 copy color: '#000681'

red 0 ◦ green 6 ◦ blue 129

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

Shades of Navy #000681

Tints of Navy #000681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 95.56%

R = 0%
G = 4.44%
B = 95.56%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#000681 (or 0x000681) is known color: Navy. HEX triplet: 00, 06 and 81. RGB value is (0,6,129). Sum of RGB (Red+Green+Blue) = 0+6+129=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 129 (50.78% from 255 or 95.56% from 135); Max value from RGB is 129 - color contains mainly: blue. Hex color #000681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000681 is #FFF97E. Grayscale: #111111. Windows color (decimal): -16775551 or 8455680. OLE color: 8455680.

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

Color convert

RGB 0 6 129 -
CMYK 1 0.95 0 0.49
HSL 237.21º 1% 0.25% -
HSV(B) 237.21º 1% 0.51% -
XYZ 4.03 1.72 20.89 -
YUV 18.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 0 6 129 1 0.95 0 0.49 237.21 1 0.25
Hex 0 6 81 64 5F 0 31 ED 64 19
Octal 0 6 201 144 137 0 61 355 144 31
Binary 0 110 10000001 1100100 1011111 0 110001 11101101 1100100 11001

Color Harmonies of #000681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000681

Black with #000681

Text Example


Text Example

White with #000681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000681; }

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

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

background-color css

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

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

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

border-color css

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

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

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