#1A87A4

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

Shades of Scooter #1A87A4

Tints of Scooter #1A87A4

Color information

#1A87A4 (or 0x1A87A4) is unknown color: approx Scooter. HEX triplet: 1A, 87 and A4. RGB value is (26,135,164). Sum of RGB (Red+Green+Blue) = 26+135+164=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A87A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A87A4 is #E5785B. Grayscale: #696969. Windows color (decimal): -15038556 or 10782490. OLE color: 10782490.

HSL color Cylindrical-coordinate representation of color #1A87A4: hue angle of 192.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A87A4 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB26135164-
CMYK0.840.1800.36
HSL192.61º72.63%37.25%-
HSV(B)192.61º84.15%64.31%-
XYZ15.7920.2338.19-
YUV105.71160.8971.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=8%
G=41.54%
B=50.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261351640.840.1800.36192.6172.6337.25
Hex1A87A45412024c14925
Octal322072441242204430111145
Binary1101010000111101001001010100100100100100110000011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A87A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A87A4; }

 p { color: rgb(26,135,164); }

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

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

 a { background-color: rgb(26,135,164); }

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

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

 span { border-color: rgb(26,135,164); }

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