#0E1092

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

Shades of Ultramarine #0E1092

Tints of Ultramarine #0E1092

Color information

#0E1092 (or 0x0E1092) is unknown color: approx Ultramarine. HEX triplet: 0E, 10 and 92. RGB value is (14,16,146). Sum of RGB (Red+Green+Blue) = 14+16+146=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 146 (57.42% from 255 or 82.95% from 176); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E1092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1092 is #F1EF6D. Grayscale: #1D1D1D. Windows color (decimal): -15855470 or 9572366. OLE color: 9572366.

HSL color Cylindrical-coordinate representation of color #0E1092: hue angle of 239.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1092 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1416146-
CMYK0.900.8900.43
HSL239.09º82.5%31.37%-
HSV(B)239.09º90.41%57.25%-
XYZ5.552.5427.39-
YUV30.22193.34116.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.95%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 146 (57.42% from 255) = 82.95%
R=7.95%
G=9.09%
B=82.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14161460.900.8900.43239.0982.531.37
HexE10925A5902Bef521f
Octal162022213213105335712237
Binary1110100001001001010110101011001010101111101111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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