Html Css Color HEX #0D143F Midnight Express

📋 copy color: '#0D143F'

red 13 ◦ green 20 ◦ blue 63

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

Shades of Midnight Express #0D143F

Tints of Midnight Express #0D143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.83%

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

R = 13.54%
G = 20.83%
B = 65.63%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D143F (or 0x0D143F) is known color: Midnight Express. HEX triplet: 0D, 14 and 3F. RGB value is (13,20,63). Sum of RGB (Red+Green+Blue) = 13+20+63=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D143F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D143F is #F2EBC0. Grayscale: #161616. Windows color (decimal): -15920065 or 4133901. OLE color: 4133901.

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

Color convert

RGB 13 20 63 -
CMYK 0.79 0.68 0 0.75
HSL 231.6º 0.66% 0.15% -
HSV(B) 231.6º 0.79% 0.25% -
XYZ 1.31 0.94 4.82 -
YUV 22.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 13 20 63 0.79 0.68 0 0.75 231.6 0.66 0.15
Hex D 14 3F 4F 44 0 4B E8 42 F
Octal 15 24 77 117 104 0 113 350 102 17
Binary 1101 10100 111111 1001111 1000100 0 1001011 11101000 1000010 1111

Color Harmonies of #0D143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D143F

Black with #0D143F

Text Example


Text Example

White with #0D143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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