Html Css Color HEX #0D1939 Midnight Express

📋 copy color: '#0D1939'

red 13 ◦ green 25 ◦ blue 57

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

Shades of Midnight Express #0D1939

Tints of Midnight Express #0D1939

RGB

 RED value IS 13 (5.47% from 255) = 13.68%

 GREEN value IS 25 (10.16% from 255) = 26.32%

 BLUE value IS 57 (22.66% from 255) = 60%

R = 13.68%
G = 26.32%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D1939 (or 0x0D1939) is known color: Midnight Express. HEX triplet: 0D, 19 and 39. RGB value is (13,25,57). Sum of RGB (Red+Green+Blue) = 13+25+57=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D1939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1939 is #F2E6C6. Grayscale: #181818. Windows color (decimal): -15918791 or 3741965. OLE color: 3741965.

HSL color Cylindrical-coordinate representation of color #0D1939: hue angle of 223.64º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D1939 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 25 57 -
CMYK 0.77 0.56 0 0.78
HSL 223.64º 0.63% 0.14% -
HSV(B) 223.64º 0.77% 0.22% -
XYZ 1.25 1.08 4.01 -
YUV 25.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 13 25 57 0.77 0.56 0 0.78 223.64 0.63 0.14
Hex D 19 39 4D 38 0 4E E0 3F E
Octal 15 31 71 115 70 0 116 340 77 16
Binary 1101 11001 111001 1001101 111000 0 1001110 11100000 111111 1110

Color Harmonies of #0D1939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1939

Black with #0D1939

Text Example


Text Example

White with #0D1939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D1939; }

 p { color: rgb(13,25,57); }

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

background-color css

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

 a { background-color: rgb(13,25,57); }

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

border-color css

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

 span { border-color: rgb(13,25,57); }

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