#190D8C

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

Shades of Ultramarine #190D8C

Tints of Ultramarine #190D8C

Color information

#190D8C (or 0x190D8C) is unknown color: approx Ultramarine. HEX triplet: 19, 0D and 8C. RGB value is (25,13,140). Sum of RGB (Red+Green+Blue) = 25+13+140=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 140 (55.08% from 255 or 78.65% from 178); Max value from RGB is 140 - color contains mainly: blue. Hex color #190D8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190D8C is #E6F273. Grayscale: #1E1E1E. Windows color (decimal): -15135348 or 9178393. OLE color: 9178393.

HSL color Cylindrical-coordinate representation of color #190D8C: hue angle of 245.67º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190D8C is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2513140-
CMYK0.820.9100.45
HSL245.67º83.01%30%-
HSV(B)245.67º90.71%54.9%-
XYZ5.282.3924.99-
YUV31.07189.48123.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 13 (5.47% from 255) = 7.30%
BLUE value IS 140 (55.08% from 255) = 78.65%
R=14.04%
G=7.30%
B=78.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25131400.820.9100.45245.6783.0130
Hex19D8C525B02Df6531e
Octal311521412213305536612336
Binary1100111011000110010100101011011010110111110110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,13,140); }

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

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

 a { background-color: rgb(25,13,140); }

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

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

 span { border-color: rgb(25,13,140); }

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