Html Css Color HEX #010047 Midnight Blue

📋 copy color: '#010047'

red 1 ◦ green 0 ◦ blue 71

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

Shades of Midnight Blue #010047

Tints of Midnight Blue #010047

RGB

 RED value IS 1 (0.78% from 255) = 1.39%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.39%
G = 0%
B = 98.61%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010047 (or 0x010047) is known color: Midnight Blue. HEX triplet: 01, 00 and 47. RGB value is (1,0,71). Sum of RGB (Red+Green+Blue) = 1+0+71=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 71 (28.12% from 255 or 98.61% from 72); Max value from RGB is 71 - color contains mainly: blue. Hex color #010047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010047 is #FEFFB8. Grayscale: #080808. Windows color (decimal): -16711609 or 4653057. OLE color: 4653057.

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

Color convert

RGB 1 0 71 -
CMYK 0.99 1 0 0.72
HSL 240.85º 1% 0.14% -
HSV(B) 240.85º 1% 0.28% -
XYZ 1.15 0.46 5.99 -
YUV 8.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 1 0 71 0.99 1 0 0.72 240.85 1 0.14
Hex 1 0 47 63 64 0 48 F1 64 E
Octal 1 0 107 143 144 0 110 361 144 16
Binary 1 0 1000111 1100011 1100100 0 1001000 11110001 1100100 1110

Color Harmonies of #010047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010047

Black with #010047

Text Example


Text Example

White with #010047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010047; }

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

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

background-color css

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

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

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

border-color css

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

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

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