#1D7D99

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

Shades of Scooter #1D7D99

Tints of Scooter #1D7D99

Color information

#1D7D99 (or 0x1D7D99) is unknown color: approx Scooter. HEX triplet: 1D, 7D and 99. RGB value is (29,125,153). Sum of RGB (Red+Green+Blue) = 29+125+153=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D7D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7D99 is #E28266. Grayscale: #636363. Windows color (decimal): -14844519 or 10059037. OLE color: 10059037.

HSL color Cylindrical-coordinate representation of color #1D7D99: hue angle of 193.55º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D7D99 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB29125153-
CMYK0.810.1800.4
HSL193.55º68.13%35.69%-
HSV(B)193.55º81.05%60%-
XYZ13.5917.2332.75-
YUV99.49158.277.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.45%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=9.45%
G=40.72%
B=49.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal291251530.810.1800.4193.5568.1335.69
Hex1D7D995112028c24424
Octal351752311212205030210444
Binary111011111101100110011010001100100101000110000101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,125,153); }

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

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

 a { background-color: rgb(29,125,153); }

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

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

 span { border-color: rgb(29,125,153); }

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