#0E0292

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

Shades of Ultramarine #0E0292

Tints of Ultramarine #0E0292

Color information

#0E0292 (or 0x0E0292) is unknown color: approx Ultramarine. HEX triplet: 0E, 02 and 92. RGB value is (14,2,146). Sum of RGB (Red+Green+Blue) = 14+2+146=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 146 (57.42% from 255 or 90.12% from 162); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E0292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0292 is #F1FD6D. Grayscale: #151515. Windows color (decimal): -15859054 or 9568782. OLE color: 9568782.

HSL color Cylindrical-coordinate representation of color #0E0292: hue angle of 245º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0292 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB142146-
CMYK0.900.9900.43
HSL245º97.3%29.02%-
HSV(B)245º98.63%57.25%-
XYZ5.392.2127.34-
YUV22197.98122.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.64%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 146 (57.42% from 255) = 90.12%
R=8.64%
G=1.23%
B=90.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421460.900.9900.4324597.329.02
HexE2925A6302Bf5611d
Octal16222213214305336514135
Binary1110101001001010110101100011010101111110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,2,146); }

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

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

 a { background-color: rgb(14,2,146); }

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

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

 span { border-color: rgb(14,2,146); }

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