#060F7D

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

Shades of Navy #060F7D

Tints of Navy #060F7D

Color information

#060F7D (or 0x060F7D) is unknown color: approx Navy. HEX triplet: 06, 0F and 7D. RGB value is (6,15,125). Sum of RGB (Red+Green+Blue) = 6+15+125=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 125 (49.22% from 255 or 85.62% from 146); Max value from RGB is 125 - color contains mainly: blue. Hex color #060F7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F7D is #F9F082. Grayscale: #181818. Windows color (decimal): -16380035 or 8195846. OLE color: 8195846.

HSL color Cylindrical-coordinate representation of color #060F7D: hue angle of 235.46º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060F7D is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB615125-
CMYK0.950.8800.51
HSL235.46º90.84%25.69%-
HSV(B)235.46º95.2%49.02%-
XYZ3.951.8619.55-
YUV24.85184.52114.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 15 (6.25% from 255) = 10.27%
BLUE value IS 125 (49.22% from 255) = 85.62%
R=4.11%
G=10.27%
B=85.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6151250.950.8800.51235.4690.8425.69
Hex6F7D5F58033eb5b1a
Octal61717513713006335313332
Binary1101111111110110111111011000011001111101011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060F7D; }

 p { color: rgb(6,15,125); }

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

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

 a { background-color: rgb(6,15,125); }

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

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

 span { border-color: rgb(6,15,125); }

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