#060EAF

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

Shades of New Midnight Blue #060EAF

Tints of New Midnight Blue #060EAF

Color information

#060EAF (or 0x060EAF) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0E and AF. RGB value is (6,14,175). Sum of RGB (Red+Green+Blue) = 6+14+175=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 175 (68.75% from 255 or 89.74% from 195); Max value from RGB is 175 - color contains mainly: blue. Hex color #060EAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060EAF is #F9F150. Grayscale: #1D1D1D. Windows color (decimal): -16380241 or 11472390. OLE color: 11472390.

HSL color Cylindrical-coordinate representation of color #060EAF: hue angle of 237.16º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060EAF is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB614175-
CMYK0.970.9200.31
HSL237.16º93.37%35.49%-
HSV(B)237.16º96.57%68.63%-
XYZ7.973.4540.8-
YUV29.96209.85110.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 175 (68.75% from 255) = 89.74%
R=3.08%
G=7.18%
B=89.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6141750.970.9200.31237.1693.3735.49
Hex6EAF615C01Fed5d23
Octal61625714113403735513543
Binary11011101010111111000011011100011111111011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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