#0E0F92

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

Shades of Ultramarine #0E0F92

Tints of Ultramarine #0E0F92

Color information

#0E0F92 (or 0x0E0F92) is unknown color: approx Ultramarine. HEX triplet: 0E, 0F and 92. RGB value is (14,15,146). Sum of RGB (Red+Green+Blue) = 14+15+146=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 146 (57.42% from 255 or 83.43% from 175); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E0F92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0F92 is #F1F06D. Grayscale: #1D1D1D. Windows color (decimal): -15855726 or 9572110. OLE color: 9572110.

HSL color Cylindrical-coordinate representation of color #0E0F92: hue angle of 239.55º 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 #0E0F92 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1415146-
CMYK0.900.9000.43
HSL239.55º82.5%31.37%-
HSV(B)239.55º90.41%57.25%-
XYZ5.542.5127.39-
YUV29.64193.67116.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 146 (57.42% from 255) = 83.43%
R=8%
G=8.57%
B=83.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14151460.900.9000.43239.5582.531.37
HexEF925A5A02Bf0521f
Octal161722213213205336012237
Binary111011111001001010110101011010010101111110000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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