#0E0895

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

Shades of Ultramarine #0E0895

Tints of Ultramarine #0E0895

Color information

#0E0895 (or 0x0E0895) is unknown color: approx Ultramarine. HEX triplet: 0E, 08 and 95. RGB value is (14,8,149). Sum of RGB (Red+Green+Blue) = 14+8+149=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 149 (58.59% from 255 or 87.13% from 171); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E0895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0895 is #F1F76A. Grayscale: #191919. Windows color (decimal): -15857515 or 9766926. OLE color: 9766926.

HSL color Cylindrical-coordinate representation of color #0E0895: hue angle of 242.55º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0895 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148149-
CMYK0.910.9500.42
HSL242.55º89.81%30.78%-
HSV(B)242.55º94.63%58.43%-
XYZ5.692.4428.6-
YUV25.87197.49119.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 149 (58.59% from 255) = 87.13%
R=8.19%
G=4.68%
B=87.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481490.910.9500.42242.5589.8130.78
HexE8955B5F02Af35a1f
Octal161022513313705236313237
Binary111010001001010110110111011111010101011110011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,8,149); }

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

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

 a { background-color: rgb(14,8,149); }

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

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

 span { border-color: rgb(14,8,149); }

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