Html Css Color HEX #0E1235 Midnight Express

📋 copy color: '#0E1235'

red 14 ◦ green 18 ◦ blue 53

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

Shades of Midnight Express #0E1235

Tints of Midnight Express #0E1235

RGB

 RED value IS 14 (5.86% from 255) = 16.47%

 GREEN value IS 18 (7.42% from 255) = 21.18%

 BLUE value IS 53 (21.09% from 255) = 62.35%

R = 16.47%
G = 21.18%
B = 62.35%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0E1235 (or 0x0E1235) is known color: Midnight Express. HEX triplet: 0E, 12 and 35. RGB value is (14,18,53). Sum of RGB (Red+Green+Blue) = 14+18+53=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #0E1235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1235 is #F1EDCA. Grayscale: #141414. Windows color (decimal): -15855051 or 3478030. OLE color: 3478030.

HSL color Cylindrical-coordinate representation of color #0E1235: hue angle of 233.85º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E1235 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 18 53 -
CMYK 0.74 0.66 0 0.79
HSL 233.85º 0.58% 0.13% -
HSV(B) 233.85º 0.74% 0.21% -
XYZ 1.04 0.78 3.46 -
YUV 20.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 14 18 53 0.74 0.66 0 0.79 233.85 0.58 0.13
Hex E 12 35 4A 42 0 4F EA 3A D
Octal 16 22 65 112 102 0 117 352 72 15
Binary 1110 10010 110101 1001010 1000010 0 1001111 11101010 111010 1101

Color Harmonies of #0E1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1235

Black with #0E1235

Text Example


Text Example

White with #0E1235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,18,53); }

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

background-color css

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

 a { background-color: rgb(14,18,53); }

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

border-color css

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

 span { border-color: rgb(14,18,53); }

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