Html Css Color HEX #1E7F99 Scooter

📋 copy color: '#1E7F99'

red 30 ◦ green 127 ◦ blue 153

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

Shades of Scooter #1E7F99

Tints of Scooter #1E7F99

RGB

 RED value IS 30 (12.11% from 255) = 9.68%

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

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

R = 9.68%
G = 40.97%
B = 49.35%

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

#1E7F99 (or 0x1E7F99) is known color: Scooter. HEX triplet: 1E, 7F and 99. RGB value is (30,127,153). Sum of RGB (Red+Green+Blue) = 30+127+153=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E7F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7F99 is #E18066. Grayscale: #646464. Windows color (decimal): -14778471 or 10059550. OLE color: 10059550.

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

Color convert

RGB 30 127 153 -
CMYK 0.80 0.17 0 0.4
HSL 192.68º 0.67% 0.36% -
HSV(B) 192.68º 0.8% 0.6% -
XYZ 13.87 17.75 32.83 -
YUV 100.96 157.36 77.39 -
System Red Green Blue C M Y K H S L
Decimal 30 127 153 0.80 0.17 0 0.4 192.68 0.67 0.36
Hex 1E 7F 99 50 11 0 28 C1 43 24
Octal 36 177 231 120 21 0 50 301 103 44
Binary 11110 1111111 10011001 1010000 10001 0 101000 11000001 1000011 100100

Color Harmonies of #1E7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7F99

Black with #1E7F99

Text Example


Text Example

White with #1E7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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