Html Css Color HEX #010147 Midnight Blue

📋 copy color: '#010147'

red 1 ◦ green 1 ◦ blue 71

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

Shades of Midnight Blue #010147

Tints of Midnight Blue #010147

RGB

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

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

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

R = 1.37%
G = 1.37%
B = 97.26%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010147 (or 0x010147) is known color: Midnight Blue. HEX triplet: 01, 01 and 47. RGB value is (1,1,71). Sum of RGB (Red+Green+Blue) = 1+1+71=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 71 (28.12% from 255 or 97.26% from 73); Max value from RGB is 71 - color contains mainly: blue. Hex color #010147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010147 is #FEFEB8. Grayscale: #080808. Windows color (decimal): -16711353 or 4653313. OLE color: 4653313.

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

Color convert

RGB 1 1 71 -
CMYK 0.99 0.99 0 0.72
HSL 240º 0.97% 0.14% -
HSV(B) 240º 0.99% 0.28% -
XYZ 1.16 0.48 5.99 -
YUV 8.98 163 122.31 -
System Red Green Blue C M Y K H S L
Decimal 1 1 71 0.99 0.99 0 0.72 240 0.97 0.14
Hex 1 1 47 63 63 0 48 F0 61 E
Octal 1 1 107 143 143 0 110 360 141 16
Binary 1 1 1000111 1100011 1100011 0 1001000 11110000 1100001 1110

Color Harmonies of #010147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010147

Black with #010147

Text Example


Text Example

White with #010147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010147; }

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

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

background-color css

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

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

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

border-color css

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

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

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