#191885

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

Shades of Ultramarine #191885

Tints of Ultramarine #191885

Color information

#191885 (or 0x191885) is unknown color: approx Ultramarine. HEX triplet: 19, 18 and 85. RGB value is (25,24,133). Sum of RGB (Red+Green+Blue) = 25+24+133=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #191885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191885 is #E6E77A. Grayscale: #242424. Windows color (decimal): -15132539 or 8722457. OLE color: 8722457.

HSL color Cylindrical-coordinate representation of color #191885: hue angle of 240.55º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191885 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2524133-
CMYK0.810.8200.48
HSL240.55º69.43%30.78%-
HSV(B)240.55º81.95%52.16%-
XYZ4.962.5522.42-
YUV36.72182.33119.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 133 (52.34% from 255) = 73.08%
R=13.74%
G=13.19%
B=73.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25241330.810.8200.48240.5569.4330.78
Hex1918855152030f1451f
Octal313020512112206036110537
Binary11001110001000010110100011010010011000011110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191885; }

 p { color: rgb(25,24,133); }

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

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

 a { background-color: rgb(25,24,133); }

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

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

 span { border-color: rgb(25,24,133); }

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