Html Css Color HEX #06014A Midnight Blue

📋 copy color: '#06014A'

red 6 ◦ green 1 ◦ blue 74

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

Shades of Midnight Blue #06014A

Tints of Midnight Blue #06014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 91.36%

R = 7.41%
G = 1.23%
B = 91.36%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06014A (or 0x06014A) is known color: Midnight Blue. HEX triplet: 06, 01 and 4A. RGB value is (6,1,74). Sum of RGB (Red+Green+Blue) = 6+1+74=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 74 (29.30% from 255 or 91.36% from 81); Max value from RGB is 74 - color contains mainly: blue. Hex color #06014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06014A is #F9FEB5. Grayscale: #0A0A0A. Windows color (decimal): -16383670 or 4849926. OLE color: 4849926.

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

Color convert

RGB 6 1 74 -
CMYK 0.92 0.99 0 0.71
HSL 244.11º 0.97% 0.15% -
HSV(B) 244.11º 0.99% 0.29% -
XYZ 1.32 0.55 6.52 -
YUV 10.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 6 1 74 0.92 0.99 0 0.71 244.11 0.97 0.15
Hex 6 1 4A 5C 63 0 47 F4 61 F
Octal 6 1 112 134 143 0 107 364 141 17
Binary 110 1 1001010 1011100 1100011 0 1000111 11110100 1100001 1111

Color Harmonies of #06014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06014A

Black with #06014A

Text Example


Text Example

White with #06014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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