Html Css Color HEX #0E0258 Midnight Blue

📋 copy color: '#0E0258'

red 14 ◦ green 2 ◦ blue 88

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

Shades of Midnight Blue #0E0258

Tints of Midnight Blue #0E0258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 84.62%

R = 13.46%
G = 1.92%
B = 84.62%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E0258 (or 0x0E0258) is known color: Midnight Blue. HEX triplet: 0E, 02 and 58. RGB value is (14,2,88). Sum of RGB (Red+Green+Blue) = 14+2+88=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 88 (34.77% from 255 or 84.62% from 104); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E0258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0258 is #F1FDA7. Grayscale: #0F0F0F. Windows color (decimal): -15859112 or 5767694. OLE color: 5767694.

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

Color convert

RGB 14 2 88 -
CMYK 0.84 0.98 0 0.65
HSL 248.37º 0.96% 0.18% -
HSV(B) 248.37º 0.98% 0.35% -
XYZ 1.96 0.84 9.29 -
YUV 15.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 14 2 88 0.84 0.98 0 0.65 248.37 0.96 0.18
Hex E 2 58 54 62 0 41 F8 60 12
Octal 16 2 130 124 142 0 101 370 140 22
Binary 1110 10 1011000 1010100 1100010 0 1000001 11111000 1100000 10010

Color Harmonies of #0E0258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0258

Black with #0E0258

Text Example


Text Example

White with #0E0258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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