#060374

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

Shades of Navy #060374

Tints of Navy #060374

Color information

#060374 (or 0x060374) is unknown color: approx Navy. HEX triplet: 06, 03 and 74. RGB value is (6,3,116). Sum of RGB (Red+Green+Blue) = 6+3+116=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 116 (45.70% from 255 or 92.8% from 125); Max value from RGB is 116 - color contains mainly: blue. Hex color #060374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060374 is #F9FC8B. Grayscale: #101010. Windows color (decimal): -16383116 or 7602950. OLE color: 7602950.

HSL color Cylindrical-coordinate representation of color #060374: hue angle of 241.59º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060374 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB63116-
CMYK0.950.9700.55
HSL241.59º94.96%23.33%-
HSV(B)241.59º97.41%45.49%-
XYZ3.261.3616.61-
YUV16.78183.99120.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 116 (45.70% from 255) = 92.8%
R=4.8%
G=2.4%
B=92.8%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631160.950.9700.55241.5994.9623.33
Hex63745F61037f25f17
Octal6316413714106736213727
Binary11011111010010111111100001011011111110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060374; }

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

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

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

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

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

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

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

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