#00056f

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

Shades of Navy #00056F

Tints of Navy #00056F

Color information

#00056F (or 0x00056F) is unknown color: approx Navy. HEX triplet: 00, 05 and 6F. RGB value is (0,5,111). Sum of RGB (Red+Green+Blue) = 0+5+111=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 111 (43.75% from 255 or 95.69% from 116); Max value from RGB is 111 - color contains mainly: blue. Hex color #00056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00056F is #FFFA90. Grayscale: #0F0F0F. Windows color (decimal): -16775825 or 7275776. OLE color: 7275776.

HSL color Cylindrical-coordinate representation of color #00056F: hue angle of 237.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00056F is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB05111-
CMYK10.9500.56
HSL237.3º100%21.76%-
HSV(B)237.3º100%43.53%-
XYZ2.921.2615.13-
YUV15.59181.84116.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 111 (43.75% from 255) = 95.69%
R=0%
G=4.31%
B=95.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0511110.9500.56237.310021.76
Hex056F645F038ed6416
Octal0515714413707035514426
Binary0101110111111001001011111011100011101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00056f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00056f; }

 p { color: rgb(0,5,111); }

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

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

 a { background-color: rgb(0,5,111); }

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

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

 span { border-color: rgb(0,5,111); }

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