#050A6C

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

Shades of Navy #050A6C

Tints of Navy #050A6C

Color information

#050A6C (or 0x050A6C) is unknown color: approx Navy. HEX triplet: 05, 0A and 6C. RGB value is (5,10,108). Sum of RGB (Red+Green+Blue) = 5+10+108=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 108 (42.58% from 255 or 87.80% from 123); Max value from RGB is 108 - color contains mainly: blue. Hex color #050A6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A6C is #FAF593. Grayscale: #131313. Windows color (decimal): -16446868 or 7080453. OLE color: 7080453.

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

Color convert

RGB510108-
CMYK0.950.9100.58
HSL237.09º91.15%22.16%-
HSV(B)237.09º95.37%42.35%-
XYZ2.881.3314.29-
YUV19.68177.84117.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 108 (42.58% from 255) = 87.80%
R=4.07%
G=8.13%
B=87.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5101080.950.9100.58237.0991.1522.16
Hex5A6C5F5B03Aed5b16
Octal51215413713307235513326
Binary1011010110110010111111011011011101011101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050A6C; }

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

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

<style>
 a { background-color: #050A6C; }

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

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

<style>
 span { border-color: #050A6C; }

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

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