#00055A

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

Shades of Navy #00055A

Tints of Navy #00055A

Color information

#00055A (or 0x00055A) is unknown color: approx Navy. HEX triplet: 00, 05 and 5A. RGB value is (0,5,90). Sum of RGB (Red+Green+Blue) = 0+5+90=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 90 (35.55% from 255 or 94.74% from 95); Max value from RGB is 90 - color contains mainly: blue. Hex color #00055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00055A is #FFFAA5. Grayscale: #0C0C0C. Windows color (decimal): -16775846 or 5899520. OLE color: 5899520.

HSL color Cylindrical-coordinate representation of color #00055A: hue angle of 236.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00055A is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB0590-
CMYK10.9400.65
HSL236.67º100%17.65%-
HSV(B)236.67º100%35.29%-
XYZ1.90.859.74-
YUV13.2171.34118.59-

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) = 5.26%
BLUE value IS 90 (35.55% from 255) = 94.74%
R=0%
G=5.26%
B=94.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal059010.9400.65236.6710017.65
Hex055A645E041ed6412
Octal05132144136010135514422
Binary01011011010110010010111100100000111101101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00055A; }

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

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

<style>
 a { background-color: #00055A; }

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

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

<style>
 span { border-color: #00055A; }

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

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