#060053

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

Shades of Midnight Blue #060053

Tints of Midnight Blue #060053

Color information

#060053 (or 0x060053) is unknown color: approx Midnight Blue. HEX triplet: 06, 00 and 53. RGB value is (6,0,83). Sum of RGB (Red+Green+Blue) = 6+0+83=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 83 (32.81% from 255 or 93.26% from 89); Max value from RGB is 83 - color contains mainly: blue. Hex color #060053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060053 is #F9FFAC. Grayscale: #0A0A0A. Windows color (decimal): -16383917 or 5439494. OLE color: 5439494.

HSL color Cylindrical-coordinate representation of color #060053: hue angle of 244.34º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060053 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB6083-
CMYK0.93100.67
HSL244.34º100%16.27%-
HSV(B)244.34º100%32.55%-
XYZ1.640.668.23-
YUV11.26168.49124.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 93.26%
R=6.74%
G=0%
B=93.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal60830.93100.67244.3410016.27
Hex60535D64043f46410
Octal60123135144010336414420
Binary11001010011101110111001000100001111110100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060053; }

 p { color: rgb(6,0,83); }

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

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

 a { background-color: rgb(6,0,83); }

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

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

 span { border-color: rgb(6,0,83); }

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