#0E109B

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

Shades of Ultramarine #0E109B

Tints of Ultramarine #0E109B

Color information

#0E109B (or 0x0E109B) is unknown color: approx Ultramarine. HEX triplet: 0E, 10 and 9B. RGB value is (14,16,155). Sum of RGB (Red+Green+Blue) = 14+16+155=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E109B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E109B is #F1EF64. Grayscale: #1E1E1E. Windows color (decimal): -15855461 or 10162190. OLE color: 10162190.

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

Color convert

RGB1416155-
CMYK0.910.9000.39
HSL239.15º83.43%33.14%-
HSV(B)239.15º90.97%60.78%-
XYZ6.282.8331.23-
YUV31.25197.84115.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.57%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 155 (60.94% from 255) = 83.78%
R=7.57%
G=8.65%
B=83.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14161550.910.9000.39239.1583.4333.14
HexE109B5B5A027ef5321
Octal162023313313204735712341
Binary11101000010011011101101110110100100111111011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,16,155); }

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

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

 a { background-color: rgb(14,16,155); }

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

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

 span { border-color: rgb(14,16,155); }

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