#190498

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

Shades of Ultramarine #190498

Tints of Ultramarine #190498

Color information

#190498 (or 0x190498) is unknown color: approx Ultramarine. HEX triplet: 19, 04 and 98. RGB value is (25,4,152). Sum of RGB (Red+Green+Blue) = 25+4+152=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 152 (59.77% from 255 or 83.98% from 181); Max value from RGB is 152 - color contains mainly: blue. Hex color #190498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190498 is #E6FB67. Grayscale: #1A1A1A. Windows color (decimal): -15137640 or 9962521. OLE color: 9962521.

HSL color Cylindrical-coordinate representation of color #190498: hue angle of 248.51º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190498 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB254152-
CMYK0.840.9700.40
HSL248.51º94.87%30.59%-
HSV(B)248.51º97.37%59.61%-
XYZ6.112.5629.88-
YUV27.15198.46126.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 152 (59.77% from 255) = 83.98%
R=13.81%
G=2.21%
B=83.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2541520.840.9700.40248.5194.8730.59
Hex194985461028f95f1f
Octal31423012414105037113737
Binary110011001001100010101001100001010100011111001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190498; }

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

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

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

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

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

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

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

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