#0E097F

Color #0E097F Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #0E097F

Tints of Ultramarine #0E097F

Color information

#0E097F (or 0x0E097F) is unknown color: approx Ultramarine. HEX triplet: 0E, 09 and 7F. RGB value is (14,9,127). Sum of RGB (Red+Green+Blue) = 14+9+127=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 127 (50% from 255 or 84.67% from 150); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E097F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E097F is #F1F680. Grayscale: #171717. Windows color (decimal): -15857281 or 8325390. OLE color: 8325390.

HSL color Cylindrical-coordinate representation of color #0E097F: hue angle of 242.54º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E097F is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB149127-
CMYK0.890.9300.50
HSL242.54º86.76%26.67%-
HSV(B)242.54º92.91%49.8%-
XYZ4.111.8220.21-
YUV23.95186.16120.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.33%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 127 (50% from 255) = 84.67%
R=9.33%
G=6%
B=84.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1491270.890.9300.50242.5486.7626.67
HexE97F595D032f3571b
Octal161117713113506236312733
Binary11101001111111110110011011101011001011110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,127); }

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

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

 a { background-color: rgb(14,9,127); }

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

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

 span { border-color: rgb(14,9,127); }

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