#0E0397

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

Shades of Ultramarine #0E0397

Tints of Ultramarine #0E0397

Color information

#0E0397 (or 0x0E0397) is unknown color: approx Ultramarine. HEX triplet: 0E, 03 and 97. RGB value is (14,3,151). Sum of RGB (Red+Green+Blue) = 14+3+151=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 151 (59.38% from 255 or 89.88% from 168); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E0397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0397 is #F1FC68. Grayscale: #161616. Windows color (decimal): -15858793 or 9896718. OLE color: 9896718.

HSL color Cylindrical-coordinate representation of color #0E0397: hue angle of 244.46º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0397 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB143151-
CMYK0.910.9800.41
HSL244.46º96.1%30.2%-
HSV(B)244.46º98.01%59.22%-
XYZ5.82.3929.43-
YUV23.16200.14121.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.33%
GREEN value IS 3 (1.56% from 255) = 1.79%
BLUE value IS 151 (59.38% from 255) = 89.88%
R=8.33%
G=1.79%
B=89.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1431510.910.9800.41244.4696.130.2
HexE3975B62029f4601e
Octal16322713314205136414036
Binary1110111001011110110111100010010100111110100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,151); }

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

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

 a { background-color: rgb(14,3,151); }

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

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

 span { border-color: rgb(14,3,151); }

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