#00075F

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

Shades of Navy #00075F

Tints of Navy #00075F

Color information

#00075F (or 0x00075F) is unknown color: approx Navy. HEX triplet: 00, 07 and 5F. RGB value is (0,7,95). Sum of RGB (Red+Green+Blue) = 0+7+95=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 95 (37.5% from 255 or 93.14% from 102); Max value from RGB is 95 - color contains mainly: blue. Hex color #00075F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00075F is #FFF8A0. Grayscale: #0E0E0E. Windows color (decimal): -16775329 or 6227712. OLE color: 6227712.

HSL color Cylindrical-coordinate representation of color #00075F: hue angle of 235.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00075F is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB0795-
CMYK10.9300.63
HSL235.58º100%18.63%-
HSV(B)235.58º100%37.25%-
XYZ2.140.9810.9-
YUV14.94173.18117.34-

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.86%
BLUE value IS 95 (37.5% from 255) = 93.14%
R=0%
G=6.86%
B=93.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal079510.9300.63235.5810018.63
Hex075F645D03Fec6413
Octal0713714413507735414423
Binary0111101111111001001011101011111111101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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