#00075D

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

Shades of Navy #00075D

Tints of Navy #00075D

Color information

#00075D (or 0x00075D) is unknown color: approx Navy. HEX triplet: 00, 07 and 5D. RGB value is (0,7,93). Sum of RGB (Red+Green+Blue) = 0+7+93=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 93 (36.72% from 255 or 93% from 100); Max value from RGB is 93 - color contains mainly: blue. Hex color #00075D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00075D is #FFF8A2. Grayscale: #0E0E0E. Windows color (decimal): -16775331 or 6096640. OLE color: 6096640.

HSL color Cylindrical-coordinate representation of color #00075D: hue angle of 235.48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00075D is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB0793-
CMYK10.9200.64
HSL235.48º100%18.24%-
HSV(B)235.48º100%36.47%-
XYZ2.050.9410.43-
YUV14.71172.18117.51-

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) = 7%
BLUE value IS 93 (36.72% from 255) = 93%
R=0%
G=7%
B=93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal079310.9200.64235.4810018.24
Hex075D645C040eb6412
Octal07135144134010035314422
Binary01111011101110010010111000100000011101011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00075D; }

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

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

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

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

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

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

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

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