#06014D

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

Shades of Midnight Blue #06014D

Tints of Midnight Blue #06014D

Color information

#06014D (or 0x06014D) is unknown color: approx Midnight Blue. HEX triplet: 06, 01 and 4D. RGB value is (6,1,77). Sum of RGB (Red+Green+Blue) = 6+1+77=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 77 (30.47% from 255 or 91.67% from 84); Max value from RGB is 77 - color contains mainly: blue. Hex color #06014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06014D is #F9FEB2. Grayscale: #0A0A0A. Windows color (decimal): -16383667 or 5046534. OLE color: 5046534.

HSL color Cylindrical-coordinate representation of color #06014D: hue angle of 243.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06014D is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB6177-
CMYK0.920.9900.70
HSL243.95º97.44%15.29%-
HSV(B)243.95º98.7%30.2%-
XYZ1.430.67.06-
YUV11.16165.16124.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 77 (30.47% from 255) = 91.67%
R=7.14%
G=1.19%
B=91.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal61770.920.9900.70243.9597.4415.29
Hex614D5C63046f461f
Octal61115134143010636414117
Binary1101100110110111001100011010001101111010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06014D; }

 p { color: rgb(6,1,77); }

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

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

 a { background-color: rgb(6,1,77); }

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

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

 span { border-color: rgb(6,1,77); }

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