#0E0A90

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

Shades of Ultramarine #0E0A90

Tints of Ultramarine #0E0A90

Color information

#0E0A90 (or 0x0E0A90) is unknown color: approx Ultramarine. HEX triplet: 0E, 0A and 90. RGB value is (14,10,144). Sum of RGB (Red+Green+Blue) = 14+10+144=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E0A90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0A90 is #F1F56F. Grayscale: #191919. Windows color (decimal): -15857008 or 9439758. OLE color: 9439758.

HSL color Cylindrical-coordinate representation of color #0E0A90: hue angle of 241.79º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0A90 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1410144-
CMYK0.900.9300.44
HSL241.79º87.01%30.2%-
HSV(B)241.79º93.06%56.47%-
XYZ5.322.3226.55-
YUV26.47194.33119.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.33%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 144 (56.64% from 255) = 85.71%
R=8.33%
G=5.95%
B=85.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14101440.900.9300.44241.7987.0130.2
HexEA905A5D02Cf2571e
Octal161222013213505436212736
Binary111010101001000010110101011101010110011110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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