#0E0598

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

Shades of Ultramarine #0E0598

Tints of Ultramarine #0E0598

Color information

#0E0598 (or 0x0E0598) is unknown color: approx Ultramarine. HEX triplet: 0E, 05 and 98. RGB value is (14,5,152). Sum of RGB (Red+Green+Blue) = 14+5+152=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 152 (59.77% from 255 or 88.89% from 171); Max value from RGB is 152 - color contains mainly: blue. Hex color #0E0598 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0598 is #F1FA67. Grayscale: #171717. Windows color (decimal): -15858280 or 9962766. OLE color: 9962766.

HSL color Cylindrical-coordinate representation of color #0E0598: hue angle of 243.67º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0598 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB145152-
CMYK0.910.9700.40
HSL243.67º93.63%30.78%-
HSV(B)243.67º96.71%59.61%-
XYZ5.92.4729.87-
YUV24.45199.98120.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 152 (59.77% from 255) = 88.89%
R=8.19%
G=2.92%
B=88.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451520.910.9700.40243.6793.6330.78
HexE5985B61028f45e1f
Octal16523013314105036413637
Binary11101011001100010110111100001010100011110100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,5,152); }

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

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

 a { background-color: rgb(14,5,152); }

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

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

 span { border-color: rgb(14,5,152); }

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