#060CA5

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

Shades of New Midnight Blue #060CA5

Tints of New Midnight Blue #060CA5

Color information

#060CA5 (or 0x060CA5) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0C and A5. RGB value is (6,12,165). Sum of RGB (Red+Green+Blue) = 6+12+165=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 165 (64.84% from 255 or 90.16% from 183); Max value from RGB is 165 - color contains mainly: blue. Hex color #060CA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060CA5 is #F9F35A. Grayscale: #1B1B1B. Windows color (decimal): -16380763 or 10816518. OLE color: 10816518.

HSL color Cylindrical-coordinate representation of color #060CA5: hue angle of 237.74º 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 #060CA5 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB612165-
CMYK0.960.9300.35
HSL237.74º92.98%33.53%-
HSV(B)237.74º96.36%64.71%-
XYZ73.0235.81-
YUV27.65205.51112.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 165 (64.84% from 255) = 90.16%
R=3.28%
G=6.56%
B=90.16%

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
Decimal6121650.960.9300.35237.7492.9833.53
Hex6CA5605D023ee5d22
Octal61424514013504335613542
Binary110110010100101110000010111010100011111011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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