Html Css Color HEX #0E0053 Midnight Blue

📋 copy color: '#0E0053'

red 14 ◦ green 0 ◦ blue 83

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

Shades of Midnight Blue #0E0053

Tints of Midnight Blue #0E0053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 85.57%

R = 14.43%
G = 0%
B = 85.57%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E0053 (or 0x0E0053) is known color: Midnight Blue. HEX triplet: 0E, 00 and 53. RGB value is (14,0,83). Sum of RGB (Red+Green+Blue) = 14+0+83=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #0E0053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0053 is #F1FFAC. Grayscale: #0D0D0D. Windows color (decimal): -15859629 or 5439502. OLE color: 5439502.

HSL color Cylindrical-coordinate representation of color #0E0053: hue angle of 250.12º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0053 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 0 83 -
CMYK 0.83 1 0 0.67
HSL 250.12º 1% 0.16% -
HSV(B) 250.12º 1% 0.33% -
XYZ 1.74 0.72 8.23 -
YUV 13.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 14 0 83 0.83 1 0 0.67 250.12 1 0.16
Hex E 0 53 53 64 0 43 FA 64 10
Octal 16 0 123 123 144 0 103 372 144 20
Binary 1110 0 1010011 1010011 1100100 0 1000011 11111010 1100100 10000

Color Harmonies of #0E0053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0053

Black with #0E0053

Text Example


Text Example

White with #0E0053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,0,83); }

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

background-color css

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

 a { background-color: rgb(14,0,83); }

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

border-color css

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

 span { border-color: rgb(14,0,83); }

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