#190176

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

Shades of Ultramarine #190176

Tints of Ultramarine #190176

Color information

#190176 (or 0x190176) is unknown color: approx Ultramarine. HEX triplet: 19, 01 and 76. RGB value is (25,1,118). Sum of RGB (Red+Green+Blue) = 25+1+118=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #190176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190176 is #E6FE89. Grayscale: #151515. Windows color (decimal): -15138442 or 7733529. OLE color: 7733529.

HSL color Cylindrical-coordinate representation of color #190176: hue angle of 252.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190176 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB251118-
CMYK0.790.9900.54
HSL252.31º98.32%23.33%-
HSV(B)252.31º99.15%46.27%-
XYZ3.681.5417.24-
YUV21.51182.45130.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 118 (46.48% from 255) = 81.94%
R=17.36%
G=0.69%
B=81.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2511180.790.9900.54252.3198.3223.33
Hex191764F63036fc6217
Octal31116611714306637414227
Binary110011111011010011111100011011011011111100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190176; }

 p { color: rgb(25,1,118); }

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

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

 a { background-color: rgb(25,1,118); }

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

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

 span { border-color: rgb(25,1,118); }

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