#060361

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

Shades of Navy #060361

Tints of Navy #060361

Color information

#060361 (or 0x060361) is unknown color: approx Navy. HEX triplet: 06, 03 and 61. RGB value is (6,3,97). Sum of RGB (Red+Green+Blue) = 6+3+97=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 97 (38.28% from 255 or 91.51% from 106); Max value from RGB is 97 - color contains mainly: blue. Hex color #060361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060361 is #F9FC9E. Grayscale: #0E0E0E. Windows color (decimal): -16383135 or 6357766. OLE color: 6357766.

HSL color Cylindrical-coordinate representation of color #060361: hue angle of 241.91º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060361 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB6397-
CMYK0.940.9700.62
HSL241.91º94%19.61%-
HSV(B)241.91º96.91%38.04%-
XYZ2.270.9711.38-
YUV14.61174.49121.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 97 (38.28% from 255) = 91.51%
R=5.66%
G=2.83%
B=91.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal63970.940.9700.62241.919419.61
Hex63615E6103Ef25e14
Octal6314113614107636213624
Binary11011110000110111101100001011111011110010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060361; }

 p { color: rgb(6,3,97); }

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

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

 a { background-color: rgb(6,3,97); }

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

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

 span { border-color: rgb(6,3,97); }

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