Html Css Color HEX #0E025B Midnight Blue

📋 copy color: '#0E025B'

red 14 ◦ green 2 ◦ blue 91

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

Shades of Midnight Blue #0E025B

Tints of Midnight Blue #0E025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 85.05%

R = 13.08%
G = 1.87%
B = 85.05%

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

#0E025B (or 0x0E025B) is known color: Midnight Blue. HEX triplet: 0E, 02 and 5B. RGB value is (14,2,91). Sum of RGB (Red+Green+Blue) = 14+2+91=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E025B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E025B is #F1FDA4. Grayscale: #0F0F0F. Windows color (decimal): -15859109 or 5964302. OLE color: 5964302.

HSL color Cylindrical-coordinate representation of color #0E025B: hue angle of 248.09º 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 #0E025B is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 2 91 -
CMYK 0.85 0.98 0 0.64
HSL 248.09º 0.96% 0.18% -
HSV(B) 248.09º 0.98% 0.36% -
XYZ 2.09 0.89 9.96 -
YUV 15.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 14 2 91 0.85 0.98 0 0.64 248.09 0.96 0.18
Hex E 2 5B 55 62 0 40 F8 60 12
Octal 16 2 133 125 142 0 100 370 140 22
Binary 1110 10 1011011 1010101 1100010 0 1000000 11111000 1100000 10010

Color Harmonies of #0E025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E025B

Black with #0E025B

Text Example


Text Example

White with #0E025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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