#1D7A98

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

Shades of Scooter #1D7A98

Tints of Scooter #1D7A98

Color information

#1D7A98 (or 0x1D7A98) is unknown color: approx Scooter. HEX triplet: 1D, 7A and 98. RGB value is (29,122,152). Sum of RGB (Red+Green+Blue) = 29+122+152=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D7A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7A98 is #E28567. Grayscale: #616161. Windows color (decimal): -14845288 or 9992733. OLE color: 9992733.

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

Color convert

RGB29122152-
CMYK0.810.2000.40
HSL194.63º67.96%35.49%-
HSV(B)194.63º80.92%59.61%-
XYZ13.1316.4532.19-
YUV97.61158.6979.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=9.57%
G=40.26%
B=50.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291221520.810.2000.40194.6367.9635.49
Hex1D7A985114028c34423
Octal351722301212405030310443
Binary111011111010100110001010001101000101000110000111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,122,152); }

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

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

 a { background-color: rgb(29,122,152); }

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

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

 span { border-color: rgb(29,122,152); }

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