Html Css Color HEX #0E025C Midnight Blue

📋 copy color: '#0E025C'

red 14 ◦ green 2 ◦ blue 92

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

Shades of Midnight Blue #0E025C

Tints of Midnight Blue #0E025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

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

R = 12.96%
G = 1.85%
B = 85.19%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E025C (or 0x0E025C) is known color: Midnight Blue. HEX triplet: 0E, 02 and 5C. RGB value is (14,2,92). Sum of RGB (Red+Green+Blue) = 14+2+92=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 92 (36.33% from 255 or 85.19% from 108); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E025C is #F1FDA3. Grayscale: #0F0F0F. Windows color (decimal): -15859108 or 6029838. OLE color: 6029838.

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

Color convert

RGB 14 2 92 -
CMYK 0.85 0.98 0 0.64
HSL 248º 0.96% 0.18% -
HSV(B) 248º 0.98% 0.36% -
XYZ 2.13 0.91 10.19 -
YUV 15.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 14 2 92 0.85 0.98 0 0.64 248 0.96 0.18
Hex E 2 5C 55 62 0 40 F8 60 12
Octal 16 2 134 125 142 0 100 370 140 22
Binary 1110 10 1011100 1010101 1100010 0 1000000 11111000 1100000 10010

Color Harmonies of #0E025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E025C

Black with #0E025C

Text Example


Text Example

White with #0E025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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