Html Css Color HEX #010547 Midnight Express

📋 copy color: '#010547'

red 1 ◦ green 5 ◦ blue 71

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

Shades of Midnight Express #010547

Tints of Midnight Express #010547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.49%

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

R = 1.3%
G = 6.49%
B = 92.21%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010547 (or 0x010547) is known color: Midnight Express. HEX triplet: 01, 05 and 47. RGB value is (1,5,71). Sum of RGB (Red+Green+Blue) = 1+5+71=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 71 (28.12% from 255 or 92.21% from 77); Max value from RGB is 71 - color contains mainly: blue. Hex color #010547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010547 is #FEFAB8. Grayscale: #0B0B0B. Windows color (decimal): -16710329 or 4654337. OLE color: 4654337.

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

Color convert

RGB 1 5 71 -
CMYK 0.99 0.93 0 0.72
HSL 236.57º 0.97% 0.14% -
HSV(B) 236.57º 0.99% 0.28% -
XYZ 1.2 0.57 6.01 -
YUV 11.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 1 5 71 0.99 0.93 0 0.72 236.57 0.97 0.14
Hex 1 5 47 63 5D 0 48 ED 61 E
Octal 1 5 107 143 135 0 110 355 141 16
Binary 1 101 1000111 1100011 1011101 0 1001000 11101101 1100001 1110

Color Harmonies of #010547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010547

Black with #010547

Text Example


Text Example

White with #010547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010547; }

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

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

background-color css

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

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

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

border-color css

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

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

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