#060E5C

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

Shades of Midnight Blue #060E5C

Tints of Midnight Blue #060E5C

Color information

#060E5C (or 0x060E5C) is unknown color: approx Midnight Blue. HEX triplet: 06, 0E and 5C. RGB value is (6,14,92). Sum of RGB (Red+Green+Blue) = 6+14+92=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #060E5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E5C is #F9F1A3. Grayscale: #141414. Windows color (decimal): -16380324 or 6032902. OLE color: 6032902.

HSL color Cylindrical-coordinate representation of color #060E5C: hue angle of 234.42º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060E5C is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB61492-
CMYK0.930.8500.64
HSL234.42º87.76%19.22%-
HSV(B)234.42º93.48%36.08%-
XYZ2.161.1310.23-
YUV20.5168.35117.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 14 (5.86% from 255) = 12.5%
BLUE value IS 92 (36.33% from 255) = 82.14%
R=5.36%
G=12.5%
B=82.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal614920.930.8500.64234.4287.7619.22
Hex6E5C5D55040ea5813
Octal616134135125010035213023
Binary11011101011100101110110101010100000011101010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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