#05006C

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

Shades of Navy #05006C

Tints of Navy #05006C

Color information

#05006C (or 0x05006C) is unknown color: approx Navy. HEX triplet: 05, 00 and 6C. RGB value is (5,0,108). Sum of RGB (Red+Green+Blue) = 5+0+108=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 108 (42.58% from 255 or 95.58% from 113); Max value from RGB is 108 - color contains mainly: blue. Hex color #05006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05006C is #FAFF93. Grayscale: #0D0D0D. Windows color (decimal): -16449428 or 7077893. OLE color: 7077893.

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

Color convert

RGB50108-
CMYK0.95100.58
HSL242.78º100%21.18%-
HSV(B)242.78º100%42.35%-
XYZ2.771.1114.26-
YUV13.81181.16121.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 95.58%
R=4.42%
G=0%
B=95.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal501080.95100.58242.7810021.18
Hex506C5F6403Af36415
Octal5015413714407236314425
Binary1010110110010111111100100011101011110011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05006C; }

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

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

<style>
 a { background-color: #05006C; }

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

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

<style>
 span { border-color: #05006C; }

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

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