#060CA1

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

Shades of New Midnight Blue #060CA1

Tints of New Midnight Blue #060CA1

Color information

#060CA1 (or 0x060CA1) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0C and A1. RGB value is (6,12,161). Sum of RGB (Red+Green+Blue) = 6+12+161=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 161 (63.28% from 255 or 89.94% from 179); Max value from RGB is 161 - color contains mainly: blue. Hex color #060CA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060CA1 is #F9F35E. Grayscale: #1A1A1A. Windows color (decimal): -16380767 or 10554374. OLE color: 10554374.

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

Color convert

RGB612161-
CMYK0.960.9300.37
HSL237.68º92.81%32.75%-
HSV(B)237.68º96.27%63.14%-
XYZ6.642.8733.92-
YUV27.19203.51112.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 12 (5.08% from 255) = 6.70%
BLUE value IS 161 (63.28% from 255) = 89.94%
R=3.35%
G=6.70%
B=89.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6121610.960.9300.37237.6892.8132.75
Hex6CA1605D025ee5d21
Octal61424114013504535613541
Binary110110010100001110000010111010100101111011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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