Html Css Color HEX #010240 Midnight Express

📋 copy color: '#010240'

red 1 ◦ green 2 ◦ blue 64

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

Shades of Midnight Express #010240

Tints of Midnight Express #010240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.99%

 BLUE value IS 64 (25.39% from 255) = 95.52%

R = 1.49%
G = 2.99%
B = 95.52%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#010240 (or 0x010240) is known color: Midnight Express. HEX triplet: 01, 02 and 40. RGB value is (1,2,64). Sum of RGB (Red+Green+Blue) = 1+2+64=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 64 (25.39% from 255 or 95.52% from 67); Max value from RGB is 64 - color contains mainly: blue. Hex color #010240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010240 is #FEFDBF. Grayscale: #080808. Windows color (decimal): -16711104 or 4194817. OLE color: 4194817.

HSL color Cylindrical-coordinate representation of color #010240: hue angle of 239.05º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010240 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 2 64 -
CMYK 0.98 0.97 0 0.75
HSL 239.05º 0.97% 0.13% -
HSV(B) 239.05º 0.98% 0.25% -
XYZ 0.96 0.42 4.88 -
YUV 8.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 1 2 64 0.98 0.97 0 0.75 239.05 0.97 0.13
Hex 1 2 40 62 61 0 4B EF 61 D
Octal 1 2 100 142 141 0 113 357 141 15
Binary 1 10 1000000 1100010 1100001 0 1001011 11101111 1100001 1101

Color Harmonies of #010240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010240

Black with #010240

Text Example


Text Example

White with #010240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010240; }

 p { color: rgb(1,2,64); }

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

background-color css

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

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

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

border-color css

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

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

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