Html Css Color HEX #0D1940 Midnight Express

📋 copy color: '#0D1940'

red 13 ◦ green 25 ◦ blue 64

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

Shades of Midnight Express #0D1940

Tints of Midnight Express #0D1940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 62.75%

R = 12.75%
G = 24.51%
B = 62.75%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D1940 (or 0x0D1940) is known color: Midnight Express. HEX triplet: 0D, 19 and 40. RGB value is (13,25,64). Sum of RGB (Red+Green+Blue) = 13+25+64=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #0D1940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1940 is #F2E6BF. Grayscale: #191919. Windows color (decimal): -15918784 or 4200717. OLE color: 4200717.

HSL color Cylindrical-coordinate representation of color #0D1940: hue angle of 225.88º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D1940 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 25 64 -
CMYK 0.80 0.61 0 0.75
HSL 225.88º 0.66% 0.15% -
HSV(B) 225.88º 0.8% 0.25% -
XYZ 1.44 1.15 5 -
YUV 25.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 13 25 64 0.80 0.61 0 0.75 225.88 0.66 0.15
Hex D 19 40 50 3D 0 4B E2 42 F
Octal 15 31 100 120 75 0 113 342 102 17
Binary 1101 11001 1000000 1010000 111101 0 1001011 11100010 1000010 1111

Color Harmonies of #0D1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1940

Black with #0D1940

Text Example


Text Example

White with #0D1940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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