Html Css Color HEX #1D7F99 Scooter

📋 copy color: '#1D7F99'

red 29 ◦ green 127 ◦ blue 153

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

Shades of Scooter #1D7F99

Tints of Scooter #1D7F99

RGB

 RED value IS 29 (11.72% from 255) = 9.39%

 GREEN value IS 127 (50% from 255) = 41.1%

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 9.39%
G = 41.1%
B = 49.51%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D7F99 (or 0x1D7F99) is known color: Scooter. HEX triplet: 1D, 7F and 99. RGB value is (29,127,153). Sum of RGB (Red+Green+Blue) = 29+127+153=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D7F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7F99 is #E28066. Grayscale: #646464. Windows color (decimal): -14844007 or 10059549. OLE color: 10059549.

HSL color Cylindrical-coordinate representation of color #1D7F99: hue angle of 192.58º 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 #1D7F99 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 127 153 -
CMYK 0.81 0.17 0 0.4
HSL 192.58º 0.68% 0.36% -
HSV(B) 192.58º 0.81% 0.6% -
XYZ 13.85 17.74 32.83 -
YUV 100.66 157.53 76.89 -
System Red Green Blue C M Y K H S L
Decimal 29 127 153 0.81 0.17 0 0.4 192.58 0.68 0.36
Hex 1D 7F 99 51 11 0 28 C1 44 24
Octal 35 177 231 121 21 0 50 301 104 44
Binary 11101 1111111 10011001 1010001 10001 0 101000 11000001 1000100 100100

Color Harmonies of #1D7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7F99

Black with #1D7F99

Text Example


Text Example

White with #1D7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D7F99;
 }
 .AnyTagClassName
 {
   color: #1D7F99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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