#14129A

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

Shades of Ultramarine #14129A

Tints of Ultramarine #14129A

Color information

#14129A (or 0x14129A) is unknown color: approx Ultramarine. HEX triplet: 14, 12 and 9A. RGB value is (20,18,154). Sum of RGB (Red+Green+Blue) = 20+18+154=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #14129A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14129A is #EBED65. Grayscale: #212121. Windows color (decimal): -15461734 or 10097172. OLE color: 10097172.

HSL color Cylindrical-coordinate representation of color #14129A: hue angle of 240.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14129A is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2018154-
CMYK0.870.8800.40
HSL240.88º79.07%33.73%-
HSV(B)240.88º88.31%60.39%-
XYZ6.342.9130.8-
YUV34.1195.66117.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 154 (60.55% from 255) = 80.21%
R=10.42%
G=9.38%
B=80.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20181540.870.8800.40240.8879.0733.73
Hex14129A5758028f14f22
Octal242223212713005036111742
Binary101001001010011010101011110110000101000111100011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,18,154); }

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

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

 a { background-color: rgb(20,18,154); }

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

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

 span { border-color: rgb(20,18,154); }

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