#141989

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

Shades of Ultramarine #141989

Tints of Ultramarine #141989

Color information

#141989 (or 0x141989) is unknown color: approx Ultramarine. HEX triplet: 14, 19 and 89. RGB value is (20,25,137). Sum of RGB (Red+Green+Blue) = 20+25+137=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 137 (53.91% from 255 or 75.27% from 182); Max value from RGB is 137 - color contains mainly: blue. Hex color #141989 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141989 is #EBE676. Grayscale: #232323. Windows color (decimal): -15459959 or 8984852. OLE color: 8984852.

HSL color Cylindrical-coordinate representation of color #141989: hue angle of 237.44º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141989 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2025137-
CMYK0.850.8200.46
HSL237.44º74.52%30.78%-
HSV(B)237.44º85.4%53.73%-
XYZ5.152.6523.91-
YUV36.27184.84116.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 137 (53.91% from 255) = 75.27%
R=10.99%
G=13.74%
B=75.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20251370.850.8200.46237.4474.5230.78
Hex141989555202Eed4b1f
Octal243121112512205635511337
Binary10100110011000100110101011010010010111011101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141989; }

 p { color: rgb(20,25,137); }

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

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

 a { background-color: rgb(20,25,137); }

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

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

 span { border-color: rgb(20,25,137); }

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