Html Css Color HEX #0D153F Midnight Express

📋 copy color: '#0D153F'

red 13 ◦ green 21 ◦ blue 63

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

Shades of Midnight Express #0D153F

Tints of Midnight Express #0D153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.65%

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

R = 13.4%
G = 21.65%
B = 64.95%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D153F (or 0x0D153F) is known color: Midnight Express. HEX triplet: 0D, 15 and 3F. RGB value is (13,21,63). Sum of RGB (Red+Green+Blue) = 13+21+63=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D153F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D153F is #F2EAC0. Grayscale: #171717. Windows color (decimal): -15919809 or 4134157. OLE color: 4134157.

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

Color convert

RGB 13 21 63 -
CMYK 0.79 0.67 0 0.75
HSL 230.4º 0.66% 0.15% -
HSV(B) 230.4º 0.79% 0.25% -
XYZ 1.33 0.98 4.82 -
YUV 23.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 13 21 63 0.79 0.67 0 0.75 230.4 0.66 0.15
Hex D 15 3F 4F 43 0 4B E6 42 F
Octal 15 25 77 117 103 0 113 346 102 17
Binary 1101 10101 111111 1001111 1000011 0 1001011 11100110 1000010 1111

Color Harmonies of #0D153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D153F

Black with #0D153F

Text Example


Text Example

White with #0D153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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