#190E85

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

Shades of Ultramarine #190E85

Tints of Ultramarine #190E85

Color information

#190E85 (or 0x190E85) is unknown color: approx Ultramarine. HEX triplet: 19, 0E and 85. RGB value is (25,14,133). Sum of RGB (Red+Green+Blue) = 25+14+133=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #190E85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190E85 is #E6F17A. Grayscale: #1E1E1E. Windows color (decimal): -15135099 or 8719897. OLE color: 8719897.

HSL color Cylindrical-coordinate representation of color #190E85: hue angle of 245.55º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190E85 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2514133-
CMYK0.810.8900.48
HSL245.55º80.95%28.82%-
HSV(B)245.55º89.47%52.16%-
XYZ4.792.2122.37-
YUV30.86185.64123.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 133 (52.34% from 255) = 77.33%
R=14.53%
G=8.14%
B=77.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25141330.810.8900.48245.5580.9528.82
Hex19E855159030f6511d
Octal311620512113106036612135
Binary1100111101000010110100011011001011000011110110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,14,133); }

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

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

 a { background-color: rgb(25,14,133); }

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

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

 span { border-color: rgb(25,14,133); }

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