#1910B4

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

Shades of Ultramarine #1910B4

Tints of Ultramarine #1910B4

Color information

#1910B4 (or 0x1910B4) is unknown color: approx Ultramarine. HEX triplet: 19, 10 and B4. RGB value is (25,16,180). Sum of RGB (Red+Green+Blue) = 25+16+180=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 180 (70.70% from 255 or 81.45% from 221); Max value from RGB is 180 - color contains mainly: blue. Hex color #1910B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1910B4 is #E6EF4B. Grayscale: #242424. Windows color (decimal): -15134540 or 11800601. OLE color: 11800601.

HSL color Cylindrical-coordinate representation of color #1910B4: hue angle of 243.29º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1910B4 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2516180-
CMYK0.860.9100.29
HSL243.29º83.67%38.43%-
HSV(B)243.29º91.11%70.59%-
XYZ8.823.8743.46-
YUV37.39208.48119.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.31%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 180 (70.70% from 255) = 81.45%
R=11.31%
G=7.24%
B=81.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25161800.860.9100.29243.2983.6738.43
Hex1910B4565B01Df35426
Octal312026412613303536312446
Binary11001100001011010010101101011011011101111100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1910B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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