#0E0F94

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

Shades of Ultramarine #0E0F94

Tints of Ultramarine #0E0F94

Color information

#0E0F94 (or 0x0E0F94) is unknown color: approx Ultramarine. HEX triplet: 0E, 0F and 94. RGB value is (14,15,148). Sum of RGB (Red+Green+Blue) = 14+15+148=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 148 (58.20% from 255 or 83.62% from 177); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E0F94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0F94 is #F1F06B. Grayscale: #1D1D1D. Windows color (decimal): -15855724 or 9703182. OLE color: 9703182.

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

Color convert

RGB1415148-
CMYK0.910.9000.42
HSL239.55º82.72%31.76%-
HSV(B)239.55º90.54%58.04%-
XYZ5.72.5728.21-
YUV29.86194.67116.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 148 (58.20% from 255) = 83.62%
R=7.91%
G=8.47%
B=83.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14151480.910.9000.42239.5582.7231.76
HexEF945B5A02Af05320
Octal161722413313205236012340
Binary1110111110010100101101110110100101010111100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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