#19859D

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

Shades of Scooter #19859D

Tints of Scooter #19859D

Color information

#19859D (or 0x19859D) is unknown color: approx Scooter. HEX triplet: 19, 85 and 9D. RGB value is (25,133,157). Sum of RGB (Red+Green+Blue) = 25+133+157=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #19859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19859D is #E67A62. Grayscale: #676767. Windows color (decimal): -15104611 or 10323225. OLE color: 10323225.

HSL color Cylindrical-coordinate representation of color #19859D: hue angle of 190.91º 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 #19859D is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25133157-
CMYK0.840.1500.38
HSL190.91º72.53%35.69%-
HSV(B)190.91º84.08%61.57%-
XYZ14.8719.4234.86-
YUV103.44158.2272.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.94%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=7.94%
G=42.22%
B=49.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251331570.840.1500.38190.9172.5335.69
Hex19859D54F026bf4924
Octal312052351241704627711144
Binary110011000010110011101101010011110100110101111111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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