Html Css Color HEX #06014D Midnight Blue

📋 copy color: '#06014D'

red 6 ◦ green 1 ◦ blue 77

#06014D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #06014D

Tints of Midnight Blue #06014D

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 value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06014D (or 0x06014D) is known color: 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

RGB 6 1 77 -
CMYK 0.92 0.99 0 0.70
HSL 243.95º 0.97% 0.15% -
HSV(B) 243.95º 0.99% 0.3% -
XYZ 1.43 0.6 7.06 -
YUV 11.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 6 1 77 0.92 0.99 0 0.70 243.95 0.97 0.15
Hex 6 1 4D 5C 63 0 46 F4 61 F
Octal 6 1 115 134 143 0 106 364 141 17
Binary 110 1 1001101 1011100 1100011 0 1000110 11110100 1100001 1111

Color Harmonies of #06014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06014D

Black with #06014D

Text Example


Text Example

White with #06014D

Text Example


Text Example

HTML Codes & Css Web 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>