Html Css Color HEX #0E055C Midnight Blue

📋 copy color: '#0E055C'

red 14 ◦ green 5 ◦ blue 92

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

Shades of Midnight Blue #0E055C

Tints of Midnight Blue #0E055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

 BLUE value IS 92 (36.33% from 255) = 82.88%

R = 12.61%
G = 4.5%
B = 82.88%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E055C (or 0x0E055C) is known color: Midnight Blue. HEX triplet: 0E, 05 and 5C. RGB value is (14,5,92). Sum of RGB (Red+Green+Blue) = 14+5+92=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E055C is #F1FAA3. Grayscale: #111111. Windows color (decimal): -15858340 or 6030606. OLE color: 6030606.

HSL color Cylindrical-coordinate representation of color #0E055C: hue angle of 246.21º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E055C is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 5 92 -
CMYK 0.85 0.95 0 0.64
HSL 246.21º 0.9% 0.19% -
HSV(B) 246.21º 0.95% 0.36% -
XYZ 2.17 0.97 10.2 -
YUV 17.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 14 5 92 0.85 0.95 0 0.64 246.21 0.9 0.19
Hex E 5 5C 55 5F 0 40 F6 5A 13
Octal 16 5 134 125 137 0 100 366 132 23
Binary 1110 101 1011100 1010101 1011111 0 1000000 11110110 1011010 10011

Color Harmonies of #0E055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E055C

Black with #0E055C

Text Example


Text Example

White with #0E055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,5,92); }

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

background-color css

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

 a { background-color: rgb(14,5,92); }

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

border-color css

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

 span { border-color: rgb(14,5,92); }

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