Html Css Color HEX #060147 Midnight Blue

📋 copy color: '#060147'

red 6 ◦ green 1 ◦ blue 71

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

Shades of Midnight Blue #060147

Tints of Midnight Blue #060147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 91.03%

R = 7.69%
G = 1.28%
B = 91.03%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#060147 (or 0x060147) is known color: Midnight Blue. HEX triplet: 06, 01 and 47. RGB value is (6,1,71). Sum of RGB (Red+Green+Blue) = 6+1+71=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 71 (28.12% from 255 or 91.03% from 78); Max value from RGB is 71 - color contains mainly: blue. Hex color #060147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060147 is #F9FEB8. Grayscale: #0A0A0A. Windows color (decimal): -16383673 or 4653318. OLE color: 4653318.

HSL color Cylindrical-coordinate representation of color #060147: hue angle of 244.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060147 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 1 71 -
CMYK 0.92 0.99 0 0.72
HSL 244.29º 0.97% 0.14% -
HSV(B) 244.29º 0.99% 0.28% -
XYZ 1.22 0.52 6 -
YUV 10.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 6 1 71 0.92 0.99 0 0.72 244.29 0.97 0.14
Hex 6 1 47 5C 63 0 48 F4 61 E
Octal 6 1 107 134 143 0 110 364 141 16
Binary 110 1 1000111 1011100 1100011 0 1001000 11110100 1100001 1110

Color Harmonies of #060147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060147

Black with #060147

Text Example


Text Example

White with #060147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060147; }

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

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

background-color css

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

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

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

border-color css

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

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

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