Html Css Color HEX #060149 Midnight Blue

📋 copy color: '#060149'

red 6 ◦ green 1 ◦ blue 73

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

Shades of Midnight Blue #060149

Tints of Midnight Blue #060149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 91.25%

R = 7.5%
G = 1.25%
B = 91.25%

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

#060149 (or 0x060149) is known color: Midnight Blue. HEX triplet: 06, 01 and 49. RGB value is (6,1,73). Sum of RGB (Red+Green+Blue) = 6+1+73=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 73 (28.91% from 255 or 91.25% from 80); Max value from RGB is 73 - color contains mainly: blue. Hex color #060149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060149 is #F9FEB6. Grayscale: #0A0A0A. Windows color (decimal): -16383671 or 4784390. OLE color: 4784390.

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

Color convert

RGB 6 1 73 -
CMYK 0.92 0.99 0 0.71
HSL 244.17º 0.97% 0.15% -
HSV(B) 244.17º 0.99% 0.29% -
XYZ 1.29 0.54 6.34 -
YUV 10.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 6 1 73 0.92 0.99 0 0.71 244.17 0.97 0.15
Hex 6 1 49 5C 63 0 47 F4 61 F
Octal 6 1 111 134 143 0 107 364 141 17
Binary 110 1 1001001 1011100 1100011 0 1000111 11110100 1100001 1111

Color Harmonies of #060149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060149

Black with #060149

Text Example


Text Example

White with #060149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060149; }

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

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

background-color css

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

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

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

border-color css

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

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

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