#060EA1

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

Shades of New Midnight Blue #060EA1

Tints of New Midnight Blue #060EA1

Color information

#060EA1 (or 0x060EA1) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0E and A1. RGB value is (6,14,161). Sum of RGB (Red+Green+Blue) = 6+14+161=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 161 (63.28% from 255 or 88.95% from 181); Max value from RGB is 161 - color contains mainly: blue. Hex color #060EA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060EA1 is #F9F15E. Grayscale: #1B1B1B. Windows color (decimal): -16380255 or 10554886. OLE color: 10554886.

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

Color convert

RGB614161-
CMYK0.960.9100.37
HSL236.9º92.81%32.75%-
HSV(B)236.9º96.27%63.14%-
XYZ6.672.9333.93-
YUV28.37202.85112.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 161 (63.28% from 255) = 88.95%
R=3.31%
G=7.73%
B=88.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6141610.960.9100.37236.992.8132.75
Hex6EA1605B025ed5d21
Octal61624114013304535513541
Binary110111010100001110000010110110100101111011011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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