Html Css Color HEX #010242 Midnight Express

📋 copy color: '#010242'

red 1 ◦ green 2 ◦ blue 66

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

Shades of Midnight Express #010242

Tints of Midnight Express #010242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 95.65%

R = 1.45%
G = 2.9%
B = 95.65%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#010242 (or 0x010242) is known color: Midnight Express. HEX triplet: 01, 02 and 42. RGB value is (1,2,66). Sum of RGB (Red+Green+Blue) = 1+2+66=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 66 (26.17% from 255 or 95.65% from 69); Max value from RGB is 66 - color contains mainly: blue. Hex color #010242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010242 is #FEFDBD. Grayscale: #080808. Windows color (decimal): -16711102 or 4325889. OLE color: 4325889.

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

Color convert

RGB 1 2 66 -
CMYK 0.98 0.97 0 0.74
HSL 239.08º 0.97% 0.13% -
HSV(B) 239.08º 0.98% 0.26% -
XYZ 1.02 0.44 5.19 -
YUV 9 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 1 2 66 0.98 0.97 0 0.74 239.08 0.97 0.13
Hex 1 2 42 62 61 0 4A EF 61 D
Octal 1 2 102 142 141 0 112 357 141 15
Binary 1 10 1000010 1100010 1100001 0 1001010 11101111 1100001 1101

Color Harmonies of #010242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010242

Black with #010242

Text Example


Text Example

White with #010242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010242; }

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

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

background-color css

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

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

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

border-color css

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

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

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