Html Css Color HEX #0D143D Midnight Express

📋 copy color: '#0D143D'

red 13 ◦ green 20 ◦ blue 61

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

Shades of Midnight Express #0D143D

Tints of Midnight Express #0D143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 64.89%

R = 13.83%
G = 21.28%
B = 64.89%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0D143D (or 0x0D143D) is known color: Midnight Express. HEX triplet: 0D, 14 and 3D. RGB value is (13,20,61). Sum of RGB (Red+Green+Blue) = 13+20+61=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D143D is #F2EBC2. Grayscale: #161616. Windows color (decimal): -15920067 or 4002829. OLE color: 4002829.

HSL color Cylindrical-coordinate representation of color #0D143D: hue angle of 231.25º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D143D is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 13 20 61 -
CMYK 0.79 0.67 0 0.76
HSL 231.25º 0.65% 0.15% -
HSV(B) 231.25º 0.79% 0.24% -
XYZ 1.26 0.92 4.53 -
YUV 22.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 13 20 61 0.79 0.67 0 0.76 231.25 0.65 0.15
Hex D 14 3D 4F 43 0 4C E7 41 F
Octal 15 24 75 117 103 0 114 347 101 17
Binary 1101 10100 111101 1001111 1000011 0 1001100 11100111 1000001 1111

Color Harmonies of #0D143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D143D

Black with #0D143D

Text Example


Text Example

White with #0D143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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