#00055B

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

Shades of Navy #00055B

Tints of Navy #00055B

Color information

#00055B (or 0x00055B) is unknown color: approx Navy. HEX triplet: 00, 05 and 5B. RGB value is (0,5,91). Sum of RGB (Red+Green+Blue) = 0+5+91=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 91 (35.94% from 255 or 94.79% from 96); Max value from RGB is 91 - color contains mainly: blue. Hex color #00055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00055B is #FFFAA4. Grayscale: #0C0C0C. Windows color (decimal): -16775845 or 5965056. OLE color: 5965056.

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

Color convert

RGB0591-
CMYK10.9500.64
HSL236.7º100%17.84%-
HSV(B)236.7º100%35.69%-
XYZ1.940.869.96-
YUV13.31171.84118.51-

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.21%
BLUE value IS 91 (35.94% from 255) = 94.79%
R=0%
G=5.21%
B=94.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal059110.9500.64236.710017.84
Hex055B645F040ed6412
Octal05133144137010035514422
Binary01011011011110010010111110100000011101101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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