Html Css Color HEX #010C42 Midnight Express

📋 copy color: '#010C42'

red 1 ◦ green 12 ◦ blue 66

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

Shades of Midnight Express #010C42

Tints of Midnight Express #010C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.19%

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

R = 1.27%
G = 15.19%
B = 83.54%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#010C42 (or 0x010C42) is known color: Midnight Express. HEX triplet: 01, 0C and 42. RGB value is (1,12,66). Sum of RGB (Red+Green+Blue) = 1+12+66=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 66 (26.17% from 255 or 83.54% from 79); Max value from RGB is 66 - color contains mainly: blue. Hex color #010C42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C42 is #FEF3BD. Grayscale: #0E0E0E. Windows color (decimal): -16708542 or 4328449. OLE color: 4328449.

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

Color convert

RGB 1 12 66 -
CMYK 0.98 0.82 0 0.74
HSL 229.85º 0.97% 0.13% -
HSV(B) 229.85º 0.98% 0.26% -
XYZ 1.13 0.66 5.22 -
YUV 14.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 1 12 66 0.98 0.82 0 0.74 229.85 0.97 0.13
Hex 1 C 42 62 52 0 4A E6 61 D
Octal 1 14 102 142 122 0 112 346 141 15
Binary 1 1100 1000010 1100010 1010010 0 1001010 11100110 1100001 1101

Color Harmonies of #010C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C42

Black with #010C42

Text Example


Text Example

White with #010C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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