#060877

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

Shades of Navy #060877

Tints of Navy #060877

Color information

#060877 (or 0x060877) is unknown color: approx Navy. HEX triplet: 06, 08 and 77. RGB value is (6,8,119). Sum of RGB (Red+Green+Blue) = 6+8+119=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 119 (46.88% from 255 or 89.47% from 133); Max value from RGB is 119 - color contains mainly: blue. Hex color #060877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060877 is #F9F788. Grayscale: #131313. Windows color (decimal): -16381833 or 7800838. OLE color: 7800838.

HSL color Cylindrical-coordinate representation of color #060877: hue angle of 238.94º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060877 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB68119-
CMYK0.950.9300.53
HSL238.94º90.4%24.51%-
HSV(B)238.94º94.96%46.67%-
XYZ3.491.5417.57-
YUV20.06183.84117.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 119 (46.88% from 255) = 89.47%
R=4.51%
G=6.02%
B=89.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681190.950.9300.53238.9490.424.51
Hex68775F5D035ef5a19
Octal61016713713506535713231
Binary1101000111011110111111011101011010111101111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060877; }

 p { color: rgb(6,8,119); }

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

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

 a { background-color: rgb(6,8,119); }

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

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

 span { border-color: rgb(6,8,119); }

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