#14098F

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

Shades of Ultramarine #14098F

Tints of Ultramarine #14098F

Color information

#14098F (or 0x14098F) is unknown color: approx Ultramarine. HEX triplet: 14, 09 and 8F. RGB value is (20,9,143). Sum of RGB (Red+Green+Blue) = 20+9+143=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 143 (56.25% from 255 or 83.14% from 172); Max value from RGB is 143 - color contains mainly: blue. Hex color #14098F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14098F is #EBF670. Grayscale: #1B1B1B. Windows color (decimal): -15464049 or 9373972. OLE color: 9373972.

HSL color Cylindrical-coordinate representation of color #14098F: hue angle of 244.93º 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 #14098F is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB209143-
CMYK0.860.9400.44
HSL244.93º88.16%29.8%-
HSV(B)244.93º93.71%56.08%-
XYZ5.342.3326.15-
YUV27.56193.14122.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 143 (56.25% from 255) = 83.14%
R=11.63%
G=5.23%
B=83.14%

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
Decimal2091430.860.9400.44244.9388.1629.8
Hex1498F565E02Cf5581e
Octal241121712613605436513036
Binary1010010011000111110101101011110010110011110101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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