#190478

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

Shades of Ultramarine #190478

Tints of Ultramarine #190478

Color information

#190478 (or 0x190478) is unknown color: approx Ultramarine. HEX triplet: 19, 04 and 78. RGB value is (25,4,120). Sum of RGB (Red+Green+Blue) = 25+4+120=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 120 (47.27% from 255 or 80.54% from 149); Max value from RGB is 120 - color contains mainly: blue. Hex color #190478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190478 is #E6FB87. Grayscale: #171717. Windows color (decimal): -15137672 or 7865369. OLE color: 7865369.

HSL color Cylindrical-coordinate representation of color #190478: hue angle of 250.86º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190478 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB254120-
CMYK0.790.9700.53
HSL250.86º93.55%24.31%-
HSV(B)250.86º96.67%47.06%-
XYZ3.831.6517.89-
YUV23.5182.46129.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 120 (47.27% from 255) = 80.54%
R=16.78%
G=2.68%
B=80.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2541200.790.9700.53250.8693.5524.31
Hex194784F61035fb5e18
Octal31417011714106537313630
Binary11001100111100010011111100001011010111111011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190478; }

 p { color: rgb(25,4,120); }

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

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

 a { background-color: rgb(25,4,120); }

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

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

 span { border-color: rgb(25,4,120); }

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