Html Css Color HEX #06014C Midnight Blue

📋 copy color: '#06014C'

red 6 ◦ green 1 ◦ blue 76

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

Shades of Midnight Blue #06014C

Tints of Midnight Blue #06014C

RGB

 RED value IS 6 (2.73% from 255) = 7.23%

 GREEN value IS 1 (0.78% from 255) = 1.2%

 BLUE value IS 76 (30.08% from 255) = 91.57%

R = 7.23%
G = 1.2%
B = 91.57%

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

#06014C (or 0x06014C) is known color: Midnight Blue. HEX triplet: 06, 01 and 4C. RGB value is (6,1,76). Sum of RGB (Red+Green+Blue) = 6+1+76=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 76 (30.08% from 255 or 91.57% from 83); Max value from RGB is 76 - color contains mainly: blue. Hex color #06014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06014C is #F9FEB3. Grayscale: #0A0A0A. Windows color (decimal): -16383668 or 4980998. OLE color: 4980998.

HSL color Cylindrical-coordinate representation of color #06014C: hue angle of 244º 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 #06014C is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 1 76 -
CMYK 0.92 0.99 0 0.70
HSL 244º 0.97% 0.15% -
HSV(B) 244º 0.99% 0.3% -
XYZ 1.39 0.58 6.88 -
YUV 11.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 6 1 76 0.92 0.99 0 0.70 244 0.97 0.15
Hex 6 1 4C 5C 63 0 46 F4 61 F
Octal 6 1 114 134 143 0 106 364 141 17
Binary 110 1 1001100 1011100 1100011 0 1000110 11110100 1100001 1111

Color Harmonies of #06014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06014C

Black with #06014C

Text Example


Text Example

White with #06014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06014C;
 }
 .AnyTagClassName
 {
   color: #06014C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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