Html Css Color HEX #010D2E Midnight Express

📋 copy color: '#010D2E'

red 1 ◦ green 13 ◦ blue 46

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

Shades of Midnight Express #010D2E

Tints of Midnight Express #010D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 76.67%

R = 1.67%
G = 21.67%
B = 76.67%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#010D2E (or 0x010D2E) is known color: Midnight Express. HEX triplet: 01, 0D and 2E. RGB value is (1,13,46). Sum of RGB (Red+Green+Blue) = 1+13+46=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 46 (18.36% from 255 or 76.67% from 60); Max value from RGB is 46 - color contains mainly: blue. Hex color #010D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D2E is #FEF2D1. Grayscale: #0D0D0D. Windows color (decimal): -16708306 or 3017985. OLE color: 3017985.

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

Color convert

RGB 1 13 46 -
CMYK 0.98 0.72 0 0.82
HSL 224º 0.96% 0.09% -
HSV(B) 224º 0.98% 0.18% -
XYZ 0.65 0.49 2.65 -
YUV 13.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 1 13 46 0.98 0.72 0 0.82 224 0.96 0.09
Hex 1 D 2E 62 48 0 52 E0 60 9
Octal 1 15 56 142 110 0 122 340 140 11
Binary 1 1101 101110 1100010 1001000 0 1010010 11100000 1100000 1001

Color Harmonies of #010D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D2E

Black with #010D2E

Text Example


Text Example

White with #010D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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