#060B75

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

Shades of Navy #060B75

Tints of Navy #060B75

Color information

#060B75 (or 0x060B75) is unknown color: approx Navy. HEX triplet: 06, 0B and 75. RGB value is (6,11,117). Sum of RGB (Red+Green+Blue) = 6+11+117=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 117 (46.09% from 255 or 87.31% from 134); Max value from RGB is 117 - color contains mainly: blue. Hex color #060B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B75 is #F9F48A. Grayscale: #151515. Windows color (decimal): -16381067 or 7670534. OLE color: 7670534.

HSL color Cylindrical-coordinate representation of color #060B75: hue angle of 237.3º 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 #060B75 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB611117-
CMYK0.950.9100.54
HSL237.3º90.24%24.12%-
HSV(B)237.3º94.87%45.88%-
XYZ3.411.5616.95-
YUV21.59181.84116.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 117 (46.09% from 255) = 87.31%
R=4.48%
G=8.21%
B=87.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6111170.950.9100.54237.390.2424.12
Hex6B755F5B036ed5a18
Octal61316513713306635513230
Binary1101011111010110111111011011011011011101101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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