Html Css Color HEX #19879C Scooter

📋 copy color: '#19879C'

red 25 ◦ green 135 ◦ blue 156

#19879C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #19879C

Tints of Scooter #19879C

RGB

 RED value IS 25 (10.16% from 255) = 7.91%

 GREEN value IS 135 (53.13% from 255) = 42.72%

 BLUE value IS 156 (61.33% from 255) = 49.37%

R = 7.91%
G = 42.72%
B = 49.37%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19879C (or 0x19879C) is known color: Scooter. HEX triplet: 19, 87 and 9C. RGB value is (25,135,156). Sum of RGB (Red+Green+Blue) = 25+135+156=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #19879C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19879C is #E67863. Grayscale: #686868. Windows color (decimal): -15104100 or 10258201. OLE color: 10258201.

HSL color Cylindrical-coordinate representation of color #19879C: hue angle of 189.62º 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 #19879C is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 135 156 -
CMYK 0.84 0.13 0 0.39
HSL 189.62º 0.72% 0.35% -
HSV(B) 189.62º 0.84% 0.61% -
XYZ 15.07 19.93 34.51 -
YUV 104.5 157.06 71.29 -
System Red Green Blue C M Y K H S L
Decimal 25 135 156 0.84 0.13 0 0.39 189.62 0.72 0.35
Hex 19 87 9C 54 D 0 27 BE 48 23
Octal 31 207 234 124 15 0 47 276 110 43
Binary 11001 10000111 10011100 1010100 1101 0 100111 10111110 1001000 100011

Color Harmonies of #19879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19879C

Black with #19879C

Text Example


Text Example

White with #19879C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19879C; }

 p { color: rgb(25,135,156); }

 H1.HeaderClassName
 {
   color: #19879C;
 }
 .AnyTagClassName
 {
   color: #19879C;
 }
</style>

background-color css

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

 a { background-color: rgb(25,135,156); }

 div.DivClassName
 {
   background-color: #19879C;
 }
 .BgClassName
 {
   background-color: #19879C;
 }
</style>

border-color css

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

 span { border-color: rgb(25,135,156); }

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