#19849D

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

Shades of Scooter #19849D

Tints of Scooter #19849D

Color information

#19849D (or 0x19849D) is unknown color: approx Scooter. HEX triplet: 19, 84 and 9D. RGB value is (25,132,157). Sum of RGB (Red+Green+Blue) = 25+132+157=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #19849D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19849D is #E67B62. Grayscale: #666666. Windows color (decimal): -15104867 or 10322969. OLE color: 10322969.

HSL color Cylindrical-coordinate representation of color #19849D: hue angle of 191.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19849D is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25132157-
CMYK0.840.1600.38
HSL191.36º72.53%35.69%-
HSV(B)191.36º84.08%61.57%-
XYZ14.7419.1434.82-
YUV102.86158.5572.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.96%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 157 (61.72% from 255) = 50%
R=7.96%
G=42.04%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251321570.840.1600.38191.3672.5335.69
Hex19849D5410026bf4924
Octal312042351242004627711144
Binary1100110000100100111011010100100000100110101111111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19849D; }

 p { color: rgb(25,132,157); }

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

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

 a { background-color: rgb(25,132,157); }

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

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

 span { border-color: rgb(25,132,157); }

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