#190CA0

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

Shades of Ultramarine #190CA0

Tints of Ultramarine #190CA0

Color information

#190CA0 (or 0x190CA0) is unknown color: approx Ultramarine. HEX triplet: 19, 0C and A0. RGB value is (25,12,160). Sum of RGB (Red+Green+Blue) = 25+12+160=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 160 (62.89% from 255 or 81.22% from 197); Max value from RGB is 160 - color contains mainly: blue. Hex color #190CA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190CA0 is #E6F35F. Grayscale: #202020. Windows color (decimal): -15135584 or 10488857. OLE color: 10488857.

HSL color Cylindrical-coordinate representation of color #190CA0: hue angle of 245.27º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190CA0 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2512160-
CMYK0.840.9300.37
HSL245.27º86.05%33.73%-
HSV(B)245.27º92.5%62.75%-
XYZ6.883.0133.48-
YUV32.76199.81122.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 160 (62.89% from 255) = 81.22%
R=12.69%
G=6.09%
B=81.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal25121600.840.9300.37245.2786.0533.73
Hex19CA0545D025f55622
Octal311424012413504536512642
Binary11001110010100000101010010111010100101111101011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,12,160); }

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

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

 a { background-color: rgb(25,12,160); }

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

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

 span { border-color: rgb(25,12,160); }

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