Html Css Color HEX #010D2C Midnight Express

📋 copy color: '#010D2C'

red 1 ◦ green 13 ◦ blue 44

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

Shades of Midnight Express #010D2C

Tints of Midnight Express #010D2C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 22.41%

 BLUE value IS 44 (17.58% from 255) = 75.86%

R = 1.72%
G = 22.41%
B = 75.86%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#010D2C (or 0x010D2C) is known color: Midnight Express. HEX triplet: 01, 0D and 2C. RGB value is (1,13,44). Sum of RGB (Red+Green+Blue) = 1+13+44=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 44 (17.58% from 255 or 75.86% from 58); Max value from RGB is 44 - color contains mainly: blue. Hex color #010D2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D2C is #FEF2D3. Grayscale: #0C0C0C. Windows color (decimal): -16708308 or 2886913. OLE color: 2886913.

HSL color Cylindrical-coordinate representation of color #010D2C: hue angle of 223.26º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010D2C is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 13 44 -
CMYK 0.98 0.70 0 0.83
HSL 223.26º 0.96% 0.09% -
HSV(B) 223.26º 0.98% 0.17% -
XYZ 0.61 0.48 2.44 -
YUV 12.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 1 13 44 0.98 0.70 0 0.83 223.26 0.96 0.09
Hex 1 D 2C 62 46 0 53 DF 60 9
Octal 1 15 54 142 106 0 123 337 140 11
Binary 1 1101 101100 1100010 1000110 0 1010011 11011111 1100000 1001

Color Harmonies of #010D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D2C

Black with #010D2C

Text Example


Text Example

White with #010D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,13,44); }

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

background-color css

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

 a { background-color: rgb(1,13,44); }

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

border-color css

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

 span { border-color: rgb(1,13,44); }

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