#0E0296

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

Shades of Ultramarine #0E0296

Tints of Ultramarine #0E0296

Color information

#0E0296 (or 0x0E0296) is unknown color: approx Ultramarine. HEX triplet: 0E, 02 and 96. RGB value is (14,2,150). Sum of RGB (Red+Green+Blue) = 14+2+150=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 150 (58.98% from 255 or 90.36% from 166); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E0296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0296 is #F1FD69. Grayscale: #151515. Windows color (decimal): -15859050 or 9830926. OLE color: 9830926.

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

Color convert

RGB142150-
CMYK0.910.9900.41
HSL244.86º97.37%29.8%-
HSV(B)244.86º98.67%58.82%-
XYZ5.712.3429-
YUV22.46199.98121.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.43%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 150 (58.98% from 255) = 90.36%
R=8.43%
G=1.20%
B=90.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1421500.910.9900.41244.8697.3729.8
HexE2965B63029f5611e
Octal16222613314305136514136
Binary1110101001011010110111100011010100111110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,2,150); }

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

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

 a { background-color: rgb(14,2,150); }

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

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

 span { border-color: rgb(14,2,150); }

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