Html Css Color HEX #010342 Midnight Express

📋 copy color: '#010342'

red 1 ◦ green 3 ◦ blue 66

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

Shades of Midnight Express #010342

Tints of Midnight Express #010342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.29%

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

R = 1.43%
G = 4.29%
B = 94.29%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#010342 (or 0x010342) is known color: Midnight Express. HEX triplet: 01, 03 and 42. RGB value is (1,3,66). Sum of RGB (Red+Green+Blue) = 1+3+66=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 66 (26.17% from 255 or 94.29% from 70); Max value from RGB is 66 - color contains mainly: blue. Hex color #010342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010342 is #FEFCBD. Grayscale: #090909. Windows color (decimal): -16710846 or 4326145. OLE color: 4326145.

HSL color Cylindrical-coordinate representation of color #010342: hue angle of 238.15º 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 #010342 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 3 66 -
CMYK 0.98 0.95 0 0.74
HSL 238.15º 0.97% 0.13% -
HSV(B) 238.15º 0.98% 0.26% -
XYZ 1.03 0.46 5.19 -
YUV 9.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 1 3 66 0.98 0.95 0 0.74 238.15 0.97 0.13
Hex 1 3 42 62 5F 0 4A EE 61 D
Octal 1 3 102 142 137 0 112 356 141 15
Binary 1 11 1000010 1100010 1011111 0 1001010 11101110 1100001 1101

Color Harmonies of #010342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010342

Black with #010342

Text Example


Text Example

White with #010342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010342; }

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

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

background-color css

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

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

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

border-color css

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

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

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