Html Css Color HEX #0E1267 Midnight Blue

📋 copy color: '#0E1267'

red 14 ◦ green 18 ◦ blue 103

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

Shades of Midnight Blue #0E1267

Tints of Midnight Blue #0E1267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

 BLUE value IS 103 (40.63% from 255) = 76.3%

R = 10.37%
G = 13.33%
B = 76.3%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0E1267 (or 0x0E1267) is known color: Midnight Blue. HEX triplet: 0E, 12 and 67. RGB value is (14,18,103). Sum of RGB (Red+Green+Blue) = 14+18+103=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 103 (40.62% from 255 or 76.30% from 135); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E1267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1267 is #F1ED98. Grayscale: #1A1A1A. Windows color (decimal): -15855001 or 6754830. OLE color: 6754830.

HSL color Cylindrical-coordinate representation of color #0E1267: hue angle of 237.3º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1267 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 18 103 -
CMYK 0.86 0.83 0 0.60
HSL 237.3º 0.76% 0.23% -
HSV(B) 237.3º 0.86% 0.4% -
XYZ 2.85 1.51 12.97 -
YUV 26.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 14 18 103 0.86 0.83 0 0.60 237.3 0.76 0.23
Hex E 12 67 56 53 0 3C ED 4C 17
Octal 16 22 147 126 123 0 74 355 114 27
Binary 1110 10010 1100111 1010110 1010011 0 111100 11101101 1001100 10111

Color Harmonies of #0E1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1267

Black with #0E1267

Text Example


Text Example

White with #0E1267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,18,103); }

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

background-color css

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

 a { background-color: rgb(14,18,103); }

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

border-color css

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

 span { border-color: rgb(14,18,103); }

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