#1916af

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

Shades of Ultramarine #1916AF

Tints of Ultramarine #1916AF

Color information

#1916AF (or 0x1916AF) is unknown color: approx Ultramarine. HEX triplet: 19, 16 and AF. RGB value is (25,22,175). Sum of RGB (Red+Green+Blue) = 25+22+175=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #1916AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1916AF is #E6E950. Grayscale: #272727. Windows color (decimal): -15133009 or 11474457. OLE color: 11474457.

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

Color convert

RGB2522175-
CMYK0.860.8700.31
HSL241.18º77.66%38.63%-
HSV(B)241.18º87.43%68.63%-
XYZ8.433.8840.86-
YUV40.34203.99117.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 175 (68.75% from 255) = 78.83%
R=11.26%
G=9.91%
B=78.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25221750.860.8700.31241.1877.6638.63
Hex1916AF565701Ff14e27
Octal312625712612703736111647
Binary11001101101010111110101101010111011111111100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1916af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1916af; }

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

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

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

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

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

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

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

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