Html Css Color HEX #0D203F Midnight Express

📋 copy color: '#0D203F'

red 13 ◦ green 32 ◦ blue 63

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

Shades of Midnight Express #0D203F

Tints of Midnight Express #0D203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.63%

 BLUE value IS 63 (25% from 255) = 58.33%

R = 12.04%
G = 29.63%
B = 58.33%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D203F (or 0x0D203F) is known color: Midnight Express. HEX triplet: 0D, 20 and 3F. RGB value is (13,32,63). Sum of RGB (Red+Green+Blue) = 13+32+63=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D203F is #F2DFC0. Grayscale: #1D1D1D. Windows color (decimal): -15916993 or 4136973. OLE color: 4136973.

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

Color convert

RGB 13 32 63 -
CMYK 0.79 0.49 0 0.75
HSL 217.2º 0.66% 0.15% -
HSV(B) 217.2º 0.79% 0.25% -
XYZ 1.58 1.48 4.9 -
YUV 29.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 13 32 63 0.79 0.49 0 0.75 217.2 0.66 0.15
Hex D 20 3F 4F 31 0 4B D9 42 F
Octal 15 40 77 117 61 0 113 331 102 17
Binary 1101 100000 111111 1001111 110001 0 1001011 11011001 1000010 1111

Color Harmonies of #0D203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D203F

Black with #0D203F

Text Example


Text Example

White with #0D203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,32,63); }

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

background-color css

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

 a { background-color: rgb(13,32,63); }

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

border-color css

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

 span { border-color: rgb(13,32,63); }

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