#190C8A

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

Shades of Ultramarine #190C8A

Tints of Ultramarine #190C8A

Color information

#190C8A (or 0x190C8A) is unknown color: approx Ultramarine. HEX triplet: 19, 0C and 8A. RGB value is (25,12,138). Sum of RGB (Red+Green+Blue) = 25+12+138=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #190C8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190C8A is #E6F375. Grayscale: #1D1D1D. Windows color (decimal): -15135606 or 9047065. OLE color: 9047065.

HSL color Cylindrical-coordinate representation of color #190C8A: hue angle of 246.19º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190C8A is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2512138-
CMYK0.820.9100.46
HSL246.19º84%29.41%-
HSV(B)246.19º91.3%54.12%-
XYZ5.122.324.22-
YUV30.25188.81124.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 138 (54.30% from 255) = 78.86%
R=14.29%
G=6.86%
B=78.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25121380.820.9100.46246.198429.41
Hex19C8A525B02Ef6541d
Octal311421212213305636612435
Binary1100111001000101010100101011011010111011110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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