#060185

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

Shades of Navy #060185

Tints of Navy #060185

Color information

#060185 (or 0x060185) is unknown color: approx Navy. HEX triplet: 06, 01 and 85. RGB value is (6,1,133). Sum of RGB (Red+Green+Blue) = 6+1+133=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 133 (52.34% from 255 or 95% from 140); Max value from RGB is 133 - color contains mainly: blue. Hex color #060185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060185 is #F9FE7A. Grayscale: #111111. Windows color (decimal): -16383611 or 8716550. OLE color: 8716550.

HSL color Cylindrical-coordinate representation of color #060185: hue angle of 242.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060185 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB61133-
CMYK0.950.9900.48
HSL242.27º98.51%26.27%-
HSV(B)242.27º99.25%52.16%-
XYZ4.321.7522.3-
YUV17.54193.16119.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 133 (52.34% from 255) = 95%
R=4.29%
G=0.71%
B=95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611330.950.9900.48242.2798.5126.27
Hex61855F63030f2631a
Octal6120513714306036214332
Binary11011000010110111111100011011000011110010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060185; }

 p { color: rgb(6,1,133); }

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

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

 a { background-color: rgb(6,1,133); }

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

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

 span { border-color: rgb(6,1,133); }

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