Html Css Color HEX #0D144E Midnight Express

📋 copy color: '#0D144E'

red 13 ◦ green 20 ◦ blue 78

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

Shades of Midnight Express #0D144E

Tints of Midnight Express #0D144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 70.27%

R = 11.71%
G = 18.02%
B = 70.27%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D144E (or 0x0D144E) is known color: Midnight Express. HEX triplet: 0D, 14 and 4E. RGB value is (13,20,78). Sum of RGB (Red+Green+Blue) = 13+20+78=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 78 (30.86% from 255 or 70.27% from 111); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D144E is #F2EBB1. Grayscale: #181818. Windows color (decimal): -15920050 or 5116941. OLE color: 5116941.

HSL color Cylindrical-coordinate representation of color #0D144E: hue angle of 233.54º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D144E is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 20 78 -
CMYK 0.83 0.74 0 0.69
HSL 233.54º 0.71% 0.18% -
HSV(B) 233.54º 0.83% 0.31% -
XYZ 1.79 1.14 7.33 -
YUV 24.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 13 20 78 0.83 0.74 0 0.69 233.54 0.71 0.18
Hex D 14 4E 53 4A 0 45 EA 47 12
Octal 15 24 116 123 112 0 105 352 107 22
Binary 1101 10100 1001110 1010011 1001010 0 1000101 11101010 1000111 10010

Color Harmonies of #0D144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D144E

Black with #0D144E

Text Example


Text Example

White with #0D144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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