Html Css Color HEX #0E0262 Midnight Blue

📋 copy color: '#0E0262'

red 14 ◦ green 2 ◦ blue 98

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

Shades of Midnight Blue #0E0262

Tints of Midnight Blue #0E0262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 85.96%

R = 12.28%
G = 1.75%
B = 85.96%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0E0262 (or 0x0E0262) is known color: Midnight Blue. HEX triplet: 0E, 02 and 62. RGB value is (14,2,98). Sum of RGB (Red+Green+Blue) = 14+2+98=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 98 (38.67% from 255 or 85.96% from 114); Max value from RGB is 98 - color contains mainly: blue. Hex color #0E0262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0262 is #F1FD9D. Grayscale: #101010. Windows color (decimal): -15859102 or 6423054. OLE color: 6423054.

HSL color Cylindrical-coordinate representation of color #0E0262: hue angle of 247.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0262 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 2 98 -
CMYK 0.86 0.98 0 0.62
HSL 247.5º 0.96% 0.2% -
HSV(B) 247.5º 0.98% 0.38% -
XYZ 2.41 1.02 11.63 -
YUV 16.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 14 2 98 0.86 0.98 0 0.62 247.5 0.96 0.2
Hex E 2 62 56 62 0 3E F8 60 14
Octal 16 2 142 126 142 0 76 370 140 24
Binary 1110 10 1100010 1010110 1100010 0 111110 11111000 1100000 10100

Color Harmonies of #0E0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0262

Black with #0E0262

Text Example


Text Example

White with #0E0262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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