#19859B

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

Shades of Scooter #19859B

Tints of Scooter #19859B

Color information

#19859B (or 0x19859B) is unknown color: approx Scooter. HEX triplet: 19, 85 and 9B. RGB value is (25,133,155). Sum of RGB (Red+Green+Blue) = 25+133+155=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #19859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19859B is #E67A64. Grayscale: #676767. Windows color (decimal): -15104613 or 10192153. OLE color: 10192153.

HSL color Cylindrical-coordinate representation of color #19859B: hue angle of 190.15º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19859B is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB25133155-
CMYK0.840.1400.39
HSL190.15º72.22%35.29%-
HSV(B)190.15º83.87%60.78%-
XYZ14.719.3533.97-
YUV103.22157.2272.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.99%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=7.99%
G=42.49%
B=49.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251331550.840.1400.39190.1572.2235.29
Hex19859B54E027be4823
Octal312052331241604727611043
Binary110011000010110011011101010011100100111101111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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