#190FB4

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

Shades of Ultramarine #190FB4

Tints of Ultramarine #190FB4

Color information

#190FB4 (or 0x190FB4) is unknown color: approx Ultramarine. HEX triplet: 19, 0F and B4. RGB value is (25,15,180). Sum of RGB (Red+Green+Blue) = 25+15+180=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 180 (70.70% from 255 or 81.82% from 220); Max value from RGB is 180 - color contains mainly: blue. Hex color #190FB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FB4 is #E6F04B. Grayscale: #242424. Windows color (decimal): -15134796 or 11800345. OLE color: 11800345.

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

Color convert

RGB2515180-
CMYK0.860.9200.29
HSL243.64º84.62%38.24%-
HSV(B)243.64º91.67%70.59%-
XYZ8.813.8443.46-
YUV36.8208.81119.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 180 (70.70% from 255) = 81.82%
R=11.36%
G=6.82%
B=81.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25151800.860.9200.29243.6484.6238.24
Hex19FB4565C01Df45526
Octal311726412613403536412546
Binary1100111111011010010101101011100011101111101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190FB4; }

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

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

<style>
 a { background-color: #190FB4; }

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

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

<style>
 span { border-color: #190FB4; }

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

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