#1910AF

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

Shades of Ultramarine #1910AF

Tints of Ultramarine #1910AF

Color information

#1910AF (or 0x1910AF) is unknown color: approx Ultramarine. HEX triplet: 19, 10 and AF. RGB value is (25,16,175). Sum of RGB (Red+Green+Blue) = 25+16+175=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #1910AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1910AF is #E6EF50. Grayscale: #242424. Windows color (decimal): -15134545 or 11472921. OLE color: 11472921.

HSL color Cylindrical-coordinate representation of color #1910AF: hue angle of 243.4º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1910AF is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2516175-
CMYK0.860.9100.31
HSL243.4º83.25%37.45%-
HSV(B)243.4º90.86%68.63%-
XYZ8.323.6740.83-
YUV36.82205.98119.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 175 (68.75% from 255) = 81.02%
R=11.57%
G=7.41%
B=81.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25161750.860.9100.31243.483.2537.45
Hex1910AF565B01Ff35325
Octal312025712613303736312345
Binary11001100001010111110101101011011011111111100111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1910AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1910AF; }

 p { color: rgb(25,16,175); }

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

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

 a { background-color: rgb(25,16,175); }

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

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

 span { border-color: rgb(25,16,175); }

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