#060E9B

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

Shades of New Midnight Blue #060E9B

Tints of New Midnight Blue #060E9B

Color information

#060E9B (or 0x060E9B) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0E and 9B. RGB value is (6,14,155). Sum of RGB (Red+Green+Blue) = 6+14+155=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 155 (60.94% from 255 or 88.57% from 175); Max value from RGB is 155 - color contains mainly: blue. Hex color #060E9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060E9B is #F9F164. Grayscale: #1B1B1B. Windows color (decimal): -16380261 or 10161670. OLE color: 10161670.

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

Color convert

RGB614155-
CMYK0.960.9100.39
HSL236.78º92.55%31.57%-
HSV(B)236.78º96.13%60.78%-
XYZ6.152.7231.21-
YUV27.68199.85112.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.43%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 155 (60.94% from 255) = 88.57%
R=3.43%
G=8%
B=88.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6141550.960.9100.39236.7892.5531.57
Hex6E9B605B027ed5d20
Octal61623314013304735513540
Binary110111010011011110000010110110100111111011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,14,155); }

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

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

 a { background-color: rgb(6,14,155); }

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

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

 span { border-color: rgb(6,14,155); }

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