#14098E

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

Shades of Ultramarine #14098E

Tints of Ultramarine #14098E

Color information

#14098E (or 0x14098E) is unknown color: approx Ultramarine. HEX triplet: 14, 09 and 8E. RGB value is (20,9,142). Sum of RGB (Red+Green+Blue) = 20+9+142=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 142 (55.86% from 255 or 83.04% from 171); Max value from RGB is 142 - color contains mainly: blue. Hex color #14098E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14098E is #EBF671. Grayscale: #1A1A1A. Windows color (decimal): -15464050 or 9308436. OLE color: 9308436.

HSL color Cylindrical-coordinate representation of color #14098E: hue angle of 244.96º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14098E is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB209142-
CMYK0.860.9400.44
HSL244.96º88.08%29.61%-
HSV(B)244.96º93.66%55.69%-
XYZ5.272.325.76-
YUV27.45192.64122.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 142 (55.86% from 255) = 83.04%
R=11.70%
G=5.26%
B=83.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2091420.860.9400.44244.9688.0829.61
Hex1498E565E02Cf5581e
Octal241121612613605436513036
Binary1010010011000111010101101011110010110011110101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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