#060B9F

Color #060B9F New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #060B9F

Tints of New Midnight Blue #060B9F

Color information

#060B9F (or 0x060B9F) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0B and 9F. RGB value is (6,11,159). Sum of RGB (Red+Green+Blue) = 6+11+159=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 159 (62.5% from 255 or 90.34% from 176); Max value from RGB is 159 - color contains mainly: blue. Hex color #060B9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060B9F is #F9F460. Grayscale: #191919. Windows color (decimal): -16381025 or 10423046. OLE color: 10423046.

HSL color Cylindrical-coordinate representation of color #060B9F: hue angle of 238.04º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060B9F is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB611159-
CMYK0.960.9300.38
HSL238.04º92.73%32.35%-
HSV(B)238.04º96.23%62.35%-
XYZ6.452.7833-
YUV26.38202.84113.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 11 (4.69% from 255) = 6.25%
BLUE value IS 159 (62.5% from 255) = 90.34%
R=3.41%
G=6.25%
B=90.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6111590.960.9300.38238.0492.7332.35
Hex6B9F605D026ee5d20
Octal61323714013504635613540
Binary110101110011111110000010111010100110111011101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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