Html Css Color HEX #0D1F40 Midnight Express

📋 copy color: '#0D1F40'

red 13 ◦ green 31 ◦ blue 64

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

Shades of Midnight Express #0D1F40

Tints of Midnight Express #0D1F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.7%

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

R = 12.04%
G = 28.7%
B = 59.26%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D1F40 (or 0x0D1F40) is known color: Midnight Express. HEX triplet: 0D, 1F and 40. RGB value is (13,31,64). Sum of RGB (Red+Green+Blue) = 13+31+64=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #0D1F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1F40 is #F2E0BF. Grayscale: #1D1D1D. Windows color (decimal): -15917248 or 4202253. OLE color: 4202253.

HSL color Cylindrical-coordinate representation of color #0D1F40: hue angle of 218.82º 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 #0D1F40 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 31 64 -
CMYK 0.80 0.52 0 0.75
HSL 218.82º 0.66% 0.15% -
HSV(B) 218.82º 0.8% 0.25% -
XYZ 1.58 1.44 5.04 -
YUV 29.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 13 31 64 0.80 0.52 0 0.75 218.82 0.66 0.15
Hex D 1F 40 50 34 0 4B DB 42 F
Octal 15 37 100 120 64 0 113 333 102 17
Binary 1101 11111 1000000 1010000 110100 0 1001011 11011011 1000010 1111

Color Harmonies of #0D1F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1F40

Black with #0D1F40

Text Example


Text Example

White with #0D1F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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