#060875

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

Shades of Navy #060875

Tints of Navy #060875

Color information

#060875 (or 0x060875) is unknown color: approx Navy. HEX triplet: 06, 08 and 75. RGB value is (6,8,117). Sum of RGB (Red+Green+Blue) = 6+8+117=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 117 (46.09% from 255 or 89.31% from 131); Max value from RGB is 117 - color contains mainly: blue. Hex color #060875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060875 is #F9F78A. Grayscale: #131313. Windows color (decimal): -16381835 or 7669766. OLE color: 7669766.

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

Color convert

RGB68117-
CMYK0.950.9300.54
HSL238.92º90.24%24.12%-
HSV(B)238.92º94.87%45.88%-
XYZ3.371.516.94-
YUV19.83182.84118.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 117 (46.09% from 255) = 89.31%
R=4.58%
G=6.11%
B=89.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681170.950.9300.54238.9290.2424.12
Hex68755F5D036ef5a18
Octal61016513713506635713230
Binary1101000111010110111111011101011011011101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060875; }

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

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

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

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

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

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

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

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