Html Css Color HEX #010144 Midnight Express

📋 copy color: '#010144'

red 1 ◦ green 1 ◦ blue 68

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

Shades of Midnight Express #010144

Tints of Midnight Express #010144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 97.14%

R = 1.43%
G = 1.43%
B = 97.14%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010144 (or 0x010144) is known color: Midnight Express. HEX triplet: 01, 01 and 44. RGB value is (1,1,68). Sum of RGB (Red+Green+Blue) = 1+1+68=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 68 (26.95% from 255 or 97.14% from 70); Max value from RGB is 68 - color contains mainly: blue. Hex color #010144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010144 is #FEFEBB. Grayscale: #080808. Windows color (decimal): -16711356 or 4456705. OLE color: 4456705.

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

Color convert

RGB 1 1 68 -
CMYK 0.99 0.99 0 0.73
HSL 240º 0.97% 0.14% -
HSV(B) 240º 0.99% 0.27% -
XYZ 1.07 0.45 5.5 -
YUV 8.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 1 1 68 0.99 0.99 0 0.73 240 0.97 0.14
Hex 1 1 44 63 63 0 49 F0 61 E
Octal 1 1 104 143 143 0 111 360 141 16
Binary 1 1 1000100 1100011 1100011 0 1001001 11110000 1100001 1110

Color Harmonies of #010144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010144

Black with #010144

Text Example


Text Example

White with #010144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010144; }

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

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

background-color css

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

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

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

border-color css

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

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

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