#000769

Color #000769 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #000769

Tints of Navy #000769

Color information

#000769 (or 0x000769) is unknown color: approx Navy. HEX triplet: 00, 07 and 69. RGB value is (0,7,105). Sum of RGB (Red+Green+Blue) = 0+7+105=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 105 (41.41% from 255 or 93.75% from 112); Max value from RGB is 105 - color contains mainly: blue. Hex color #000769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000769 is #FFF896. Grayscale: #0F0F0F. Windows color (decimal): -16775319 or 6883072. OLE color: 6883072.

HSL color Cylindrical-coordinate representation of color #000769: hue angle of 236º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000769 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB07105-
CMYK10.9300.59
HSL236º100%20.59%-
HSV(B)236º100%41.18%-
XYZ2.631.1713.45-
YUV16.08178.18116.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 105 (41.41% from 255) = 93.75%
R=0%
G=6.25%
B=93.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal0710510.9300.5923610020.59
Hex0769645D03Bec6415
Octal0715114413507335414425
Binary0111110100111001001011101011101111101100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000769; }

 p { color: rgb(0,7,105); }

 H1.HeaderClassName
 {
   color: #000769;
 }
 .AnyTagClassName
 {
   color: #000769;
 }
</style>
background-color css

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

 a { background-color: rgb(0,7,105); }

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

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

 span { border-color: rgb(0,7,105); }

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