#0E149F

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

Shades of Ultramarine #0E149F

Tints of Ultramarine #0E149F

Color information

#0E149F (or 0x0E149F) is unknown color: approx Ultramarine. HEX triplet: 0E, 14 and 9F. RGB value is (14,20,159). Sum of RGB (Red+Green+Blue) = 14+20+159=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E149F is #F1EB60. Grayscale: #212121. Windows color (decimal): -15854433 or 10425358. OLE color: 10425358.

HSL color Cylindrical-coordinate representation of color #0E149F: hue angle of 237.52º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E149F is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1420159-
CMYK0.910.8700.38
HSL237.52º83.82%33.92%-
HSV(B)237.52º91.19%62.35%-
XYZ6.693.133.05-
YUV34.05198.51113.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.25%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 159 (62.5% from 255) = 82.38%
R=7.25%
G=10.36%
B=82.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14201590.910.8700.38237.5283.8233.92
HexE149F5B57026ee5422
Octal162423713312704635612442
Binary11101010010011111101101110101110100110111011101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,159); }

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

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

 a { background-color: rgb(14,20,159); }

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

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

 span { border-color: rgb(14,20,159); }

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