Html Css Color HEX #010C44 Midnight Express

📋 copy color: '#010C44'

red 1 ◦ green 12 ◦ blue 68

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

Shades of Midnight Express #010C44

Tints of Midnight Express #010C44

RGB

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

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

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

R = 1.23%
G = 14.81%
B = 83.95%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010C44 (or 0x010C44) is known color: Midnight Express. HEX triplet: 01, 0C and 44. RGB value is (1,12,68). Sum of RGB (Red+Green+Blue) = 1+12+68=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 68 (26.95% from 255 or 83.95% from 81); Max value from RGB is 68 - color contains mainly: blue. Hex color #010C44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C44 is #FEF3BB. Grayscale: #0E0E0E. Windows color (decimal): -16708540 or 4459521. OLE color: 4459521.

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

Color convert

RGB 1 12 68 -
CMYK 0.99 0.82 0 0.73
HSL 230.15º 0.97% 0.14% -
HSV(B) 230.15º 0.99% 0.27% -
XYZ 1.19 0.69 5.54 -
YUV 15.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 1 12 68 0.99 0.82 0 0.73 230.15 0.97 0.14
Hex 1 C 44 63 52 0 49 E6 61 E
Octal 1 14 104 143 122 0 111 346 141 16
Binary 1 1100 1000100 1100011 1010010 0 1001001 11100110 1100001 1110

Color Harmonies of #010C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C44

Black with #010C44

Text Example


Text Example

White with #010C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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