#00056d

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

Shades of Navy #00056D

Tints of Navy #00056D

Color information

#00056D (or 0x00056D) is unknown color: approx Navy. HEX triplet: 00, 05 and 6D. RGB value is (0,5,109). Sum of RGB (Red+Green+Blue) = 0+5+109=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 109 (42.97% from 255 or 95.61% from 114); Max value from RGB is 109 - color contains mainly: blue. Hex color #00056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00056D is #FFFA92. Grayscale: #0E0E0E. Windows color (decimal): -16775827 or 7144704. OLE color: 7144704.

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

Color convert

RGB05109-
CMYK10.9500.57
HSL237.25º100%21.37%-
HSV(B)237.25º100%42.75%-
XYZ2.811.2114.55-
YUV15.36180.84117.04-

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.39%
BLUE value IS 109 (42.97% from 255) = 95.61%
R=0%
G=4.39%
B=95.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal0510910.9500.57237.2510021.37
Hex056D645F039ed6415
Octal0515514413707135514425
Binary0101110110111001001011111011100111101101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00056d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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