#0E0FA2

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

Shades of Ultramarine #0E0FA2

Tints of Ultramarine #0E0FA2

Color information

#0E0FA2 (or 0x0E0FA2) is unknown color: approx Ultramarine. HEX triplet: 0E, 0F and A2. RGB value is (14,15,162). Sum of RGB (Red+Green+Blue) = 14+15+162=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 162 (63.67% from 255 or 84.82% from 191); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E0FA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0FA2 is #F1F05D. Grayscale: #1E1E1E. Windows color (decimal): -15855710 or 10620686. OLE color: 10620686.

HSL color Cylindrical-coordinate representation of color #0E0FA2: hue angle of 239.59º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0FA2 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1415162-
CMYK0.910.9100.36
HSL239.59º84.09%34.51%-
HSV(B)239.59º91.36%63.53%-
XYZ6.873.0434.41-
YUV31.46201.67115.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.33%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 162 (63.67% from 255) = 84.82%
R=7.33%
G=7.85%
B=84.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14151620.910.9100.36239.5984.0934.51
HexEFA25B5B024f05423
Octal161724213313304436012443
Binary1110111110100010101101110110110100100111100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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