#1914AC

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

Shades of Ultramarine #1914AC

Tints of Ultramarine #1914AC

Color information

#1914AC (or 0x1914AC) is unknown color: approx Ultramarine. HEX triplet: 19, 14 and AC. RGB value is (25,20,172). Sum of RGB (Red+Green+Blue) = 25+20+172=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #1914AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1914AC is #E6EB53. Grayscale: #262626. Windows color (decimal): -15133524 or 11277337. OLE color: 11277337.

HSL color Cylindrical-coordinate representation of color #1914AC: hue angle of 241.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1914AC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2520172-
CMYK0.850.8800.33
HSL241.97º79.17%37.65%-
HSV(B)241.97º88.37%67.45%-
XYZ8.13.6939.31-
YUV38.82203.16118.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 172 (67.58% from 255) = 79.26%
R=11.52%
G=9.22%
B=79.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25201720.850.8800.33241.9779.1737.65
Hex1914AC5558021f24f26
Octal312425412513004136211746
Binary110011010010101100101010110110000100001111100101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1914AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1914AC; }

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

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

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

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

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

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

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

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