#0E1A3D

Color #0E1A3D Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #0E1A3D

Tints of Midnight Express #0E1A3D

Color information

#0E1A3D (or 0x0E1A3D) is unknown color: approx Midnight Express. HEX triplet: 0E, 1A and 3D. RGB value is (14,26,61). Sum of RGB (Red+Green+Blue) = 14+26+61=101 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.86% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #0E1A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1A3D is #F1E5C2. Grayscale: #1A1A1A. Windows color (decimal): -15852995 or 4004366. OLE color: 4004366.

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

Color convert

RGB142661-
CMYK0.770.5700.76
HSL224.68º62.67%14.71%-
HSV(B)224.68º77.05%23.92%-
XYZ1.391.174.57-
YUV26.4147.52119.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.86%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 61 (24.22% from 255) = 60.40%
R=13.86%
G=25.74%
B=60.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1426610.770.5700.76224.6862.6714.71
HexE1A3D4D3904Ce13ff
Octal1632751157101143417717
Binary111011010111101100110111100101001100111000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,26,61); }

 H1.HeaderClassName
 {
   color: #0E1A3D;
 }
 .AnyTagClassName
 {
   color: #0E1A3D;
 }
</style>
background-color css

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

 a { background-color: rgb(14,26,61); }

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

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

 span { border-color: rgb(14,26,61); }

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