#00075E

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

Shades of Navy #00075E

Tints of Navy #00075E

Color information

#00075E (or 0x00075E) is unknown color: approx Navy. HEX triplet: 00, 07 and 5E. RGB value is (0,7,94). Sum of RGB (Red+Green+Blue) = 0+7+94=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 94 (37.11% from 255 or 93.07% from 101); Max value from RGB is 94 - color contains mainly: blue. Hex color #00075E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00075E is #FFF8A1. Grayscale: #0E0E0E. Windows color (decimal): -16775330 or 6162176. OLE color: 6162176.

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

Color convert

RGB0794-
CMYK10.9300.63
HSL235.53º100%18.43%-
HSV(B)235.53º100%36.86%-
XYZ2.10.9610.66-
YUV14.82172.68117.43-

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.93%
BLUE value IS 94 (37.11% from 255) = 93.07%
R=0%
G=6.93%
B=93.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal079410.9300.63235.5310018.43
Hex075E645D03Fec6412
Octal0713614413507735414422
Binary0111101111011001001011101011111111101100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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