#1914AD

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

Shades of Ultramarine #1914AD

Tints of Ultramarine #1914AD

Color information

#1914AD (or 0x1914AD) is unknown color: approx Ultramarine. HEX triplet: 19, 14 and AD. RGB value is (25,20,173). Sum of RGB (Red+Green+Blue) = 25+20+173=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #1914AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1914AD is #E6EB52. Grayscale: #262626. Windows color (decimal): -15133523 or 11342873. OLE color: 11342873.

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

Color convert

RGB2520173-
CMYK0.860.8800.32
HSL241.96º79.27%37.84%-
HSV(B)241.96º88.44%67.84%-
XYZ8.193.7239.82-
YUV38.94203.66118.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 20 (8.20% from 255) = 9.17%
BLUE value IS 173 (67.97% from 255) = 79.36%
R=11.47%
G=9.17%
B=79.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal25201730.860.8800.32241.9679.2737.84
Hex1914AD5658020f24f26
Octal312425512613004036211746
Binary110011010010101101101011010110000100000111100101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1914AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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