#14098A

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

Shades of Ultramarine #14098A

Tints of Ultramarine #14098A

Color information

#14098A (or 0x14098A) is unknown color: approx Ultramarine. HEX triplet: 14, 09 and 8A. RGB value is (20,9,138). Sum of RGB (Red+Green+Blue) = 20+9+138=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 138 (54.30% from 255 or 82.63% from 167); Max value from RGB is 138 - color contains mainly: blue. Hex color #14098A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14098A is #EBF675. Grayscale: #1A1A1A. Windows color (decimal): -15464054 or 9046292. OLE color: 9046292.

HSL color Cylindrical-coordinate representation of color #14098A: hue angle of 245.12º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14098A is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB209138-
CMYK0.860.9300.46
HSL245.12º87.76%28.82%-
HSV(B)245.12º93.48%54.12%-
XYZ4.972.1824.2-
YUV26.99190.64123.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 138 (54.30% from 255) = 82.63%
R=11.98%
G=5.39%
B=82.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2091380.860.9300.46245.1287.7628.82
Hex1498A565D02Ef5581d
Octal241121212613505636513035
Binary1010010011000101010101101011101010111011110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14098A; }

 p { color: rgb(20,9,138); }

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

<style>
 a { background-color: #14098A; }

 a { background-color: rgb(20,9,138); }

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

<style>
 span { border-color: #14098A; }

 span { border-color: rgb(20,9,138); }

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