Html Css Color HEX #0E0253 Midnight Blue

📋 copy color: '#0E0253'

red 14 ◦ green 2 ◦ blue 83

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

Shades of Midnight Blue #0E0253

Tints of Midnight Blue #0E0253

RGB

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

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

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

R = 14.14%
G = 2.02%
B = 83.84%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E0253 (or 0x0E0253) is known color: Midnight Blue. HEX triplet: 0E, 02 and 53. RGB value is (14,2,83). Sum of RGB (Red+Green+Blue) = 14+2+83=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 83 (32.81% from 255 or 83.84% from 99); Max value from RGB is 83 - color contains mainly: blue. Hex color #0E0253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0253 is #F1FDAC. Grayscale: #0E0E0E. Windows color (decimal): -15859117 or 5440014. OLE color: 5440014.

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

Color convert

RGB 14 2 83 -
CMYK 0.83 0.98 0 0.67
HSL 248.89º 0.95% 0.17% -
HSV(B) 248.89º 0.98% 0.33% -
XYZ 1.76 0.76 8.24 -
YUV 14.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 14 2 83 0.83 0.98 0 0.67 248.89 0.95 0.17
Hex E 2 53 53 62 0 43 F9 5F 11
Octal 16 2 123 123 142 0 103 371 137 21
Binary 1110 10 1010011 1010011 1100010 0 1000011 11111001 1011111 10001

Color Harmonies of #0E0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0253

Black with #0E0253

Text Example


Text Example

White with #0E0253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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