#0E0A95

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

Shades of Ultramarine #0E0A95

Tints of Ultramarine #0E0A95

Color information

#0E0A95 (or 0x0E0A95) is unknown color: approx Ultramarine. HEX triplet: 0E, 0A and 95. RGB value is (14,10,149). Sum of RGB (Red+Green+Blue) = 14+10+149=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E0A95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0A95 is #F1F56A. Grayscale: #1A1A1A. Windows color (decimal): -15857003 or 9767438. OLE color: 9767438.

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

Color convert

RGB1410149-
CMYK0.910.9300.42
HSL241.73º87.42%31.18%-
HSV(B)241.73º93.29%58.43%-
XYZ5.712.4828.61-
YUV27.04196.83118.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.09%
GREEN value IS 10 (4.30% from 255) = 5.78%
BLUE value IS 149 (58.59% from 255) = 86.13%
R=8.09%
G=5.78%
B=86.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14101490.910.9300.42241.7387.4231.18
HexEA955B5D02Af2571f
Octal161222513313505236212737
Binary111010101001010110110111011101010101011110010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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