#0E0CA3

Color #0E0CA3 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0E0CA3

Tints of New Midnight Blue #0E0CA3

Color information

#0E0CA3 (or 0x0E0CA3) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 0C and A3. RGB value is (14,12,163). Sum of RGB (Red+Green+Blue) = 14+12+163=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 163 (64.06% from 255 or 86.24% from 189); Max value from RGB is 163 - color contains mainly: blue. Hex color #0E0CA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0CA3 is #F1F35C. Grayscale: #1D1D1D. Windows color (decimal): -15856477 or 10685454. OLE color: 10685454.

HSL color Cylindrical-coordinate representation of color #0E0CA3: hue angle of 240.79º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0CA3 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1412163-
CMYK0.910.9300.36
HSL240.79º86.29%34.31%-
HSV(B)240.79º92.64%63.92%-
XYZ6.92334.86-
YUV29.81203.16116.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.41%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 163 (64.06% from 255) = 86.24%
R=7.41%
G=6.35%
B=86.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14121630.910.9300.36240.7986.2934.31
HexECA35B5D024f15622
Octal161424313313504436112642
Binary1110110010100011101101110111010100100111100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,12,163); }

 H1.HeaderClassName
 {
   color: #0E0CA3;
 }
 .AnyTagClassName
 {
   color: #0E0CA3;
 }
</style>
background-color css

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

 a { background-color: rgb(14,12,163); }

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

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

 span { border-color: rgb(14,12,163); }

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