Html Css Color HEX #1F879B Scooter

📋 copy color: '#1F879B'

red 31 ◦ green 135 ◦ blue 155

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

Shades of Scooter #1F879B

Tints of Scooter #1F879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.06%

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 9.66%
G = 42.06%
B = 48.29%

CMYK

 C value IS 0.8

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F879B (or 0x1F879B) is known color: Scooter. HEX triplet: 1F, 87 and 9B. RGB value is (31,135,155). Sum of RGB (Red+Green+Blue) = 31+135+155=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F879B is #E07864. Grayscale: #696969. Windows color (decimal): -14710885 or 10192671. OLE color: 10192671.

HSL color Cylindrical-coordinate representation of color #1F879B: hue angle of 189.68º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F879B is Cyan = 0.8, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 135 155 -
CMYK 0.8 0.13 0 0.39
HSL 189.68º 0.67% 0.36% -
HSV(B) 189.68º 0.8% 0.61% -
XYZ 15.15 19.99 34.07 -
YUV 106.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 31 135 155 0.8 0.13 0 0.39 189.68 0.67 0.36
Hex 1F 87 9B 50 D 0 27 BE 43 24
Octal 37 207 233 120 15 0 47 276 103 44
Binary 11111 10000111 10011011 1010000 1101 0 100111 10111110 1000011 100100

Color Harmonies of #1F879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F879B

Black with #1F879B

Text Example


Text Example

White with #1F879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,135,155); }

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

background-color css

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

 a { background-color: rgb(31,135,155); }

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

border-color css

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

 span { border-color: rgb(31,135,155); }

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