Html Css Color HEX #0E1369 Midnight Blue

📋 copy color: '#0E1369'

red 14 ◦ green 19 ◦ blue 105

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

Shades of Midnight Blue #0E1369

Tints of Midnight Blue #0E1369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 105 (41.41% from 255) = 76.09%

R = 10.14%
G = 13.77%
B = 76.09%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E1369 (or 0x0E1369) is known color: Midnight Blue. HEX triplet: 0E, 13 and 69. RGB value is (14,19,105). Sum of RGB (Red+Green+Blue) = 14+19+105=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E1369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1369 is #F1EC96. Grayscale: #1A1A1A. Windows color (decimal): -15854743 or 6886158. OLE color: 6886158.

HSL color Cylindrical-coordinate representation of color #0E1369: hue angle of 236.7º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E1369 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 19 105 -
CMYK 0.87 0.82 0 0.59
HSL 236.7º 0.76% 0.23% -
HSV(B) 236.7º 0.87% 0.41% -
XYZ 2.96 1.58 13.51 -
YUV 27.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 14 19 105 0.87 0.82 0 0.59 236.7 0.76 0.23
Hex E 13 69 57 52 0 3B ED 4C 17
Octal 16 23 151 127 122 0 73 355 114 27
Binary 1110 10011 1101001 1010111 1010010 0 111011 11101101 1001100 10111

Color Harmonies of #0E1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1369

Black with #0E1369

Text Example


Text Example

White with #0E1369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,19,105); }

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

background-color css

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

 a { background-color: rgb(14,19,105); }

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

border-color css

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

 span { border-color: rgb(14,19,105); }

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