#060CA7

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

Shades of New Midnight Blue #060CA7

Tints of New Midnight Blue #060CA7

Color information

#060CA7 (or 0x060CA7) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0C and A7. RGB value is (6,12,167). Sum of RGB (Red+Green+Blue) = 6+12+167=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 167 (65.62% from 255 or 90.27% from 185); Max value from RGB is 167 - color contains mainly: blue. Hex color #060CA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060CA7 is #F9F358. Grayscale: #1B1B1B. Windows color (decimal): -16380761 or 10947590. OLE color: 10947590.

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

Color convert

RGB612167-
CMYK0.960.9300.35
HSL237.76º93.06%33.92%-
HSV(B)237.76º96.41%65.49%-
XYZ7.183.0936.78-
YUV27.88206.51112.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 167 (65.62% from 255) = 90.27%
R=3.24%
G=6.49%
B=90.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6121670.960.9300.35237.7693.0633.92
Hex6CA7605D023ee5d22
Octal61424714013504335613542
Binary110110010100111110000010111010100011111011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,12,167); }

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

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

 a { background-color: rgb(6,12,167); }

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

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

 span { border-color: rgb(6,12,167); }

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