Html Css Color HEX #1F7F99 Scooter

📋 copy color: '#1F7F99'

red 31 ◦ green 127 ◦ blue 153

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

Shades of Scooter #1F7F99

Tints of Scooter #1F7F99

RGB

 RED value IS 31 (12.5% from 255) = 9.97%

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

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

R = 9.97%
G = 40.84%
B = 49.2%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F7F99 (or 0x1F7F99) is known color: Scooter. HEX triplet: 1F, 7F and 99. RGB value is (31,127,153). Sum of RGB (Red+Green+Blue) = 31+127+153=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F7F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7F99 is #E08066. Grayscale: #656565. Windows color (decimal): -14712935 or 10059551. OLE color: 10059551.

HSL color Cylindrical-coordinate representation of color #1F7F99: hue angle of 192.79º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F7F99 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 127 153 -
CMYK 0.80 0.17 0 0.4
HSL 192.79º 0.66% 0.36% -
HSV(B) 192.79º 0.8% 0.6% -
XYZ 13.9 17.77 32.83 -
YUV 101.26 157.2 77.89 -
System Red Green Blue C M Y K H S L
Decimal 31 127 153 0.80 0.17 0 0.4 192.79 0.66 0.36
Hex 1F 7F 99 50 11 0 28 C1 42 24
Octal 37 177 231 120 21 0 50 301 102 44
Binary 11111 1111111 10011001 1010000 10001 0 101000 11000001 1000010 100100

Color Harmonies of #1F7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7F99

Black with #1F7F99

Text Example


Text Example

White with #1F7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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