Html Css Color HEX #1B7997 Allports

📋 copy color: '#1B7997'

red 27 ◦ green 121 ◦ blue 151

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

Shades of Allports #1B7997

Tints of Allports #1B7997

RGB

 RED value IS 27 (10.94% from 255) = 9.03%

 GREEN value IS 121 (47.66% from 255) = 40.47%

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 9.03%
G = 40.47%
B = 50.5%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1B7997 (or 0x1B7997) is known color: Allports. HEX triplet: 1B, 79 and 97. RGB value is (27,121,151). Sum of RGB (Red+Green+Blue) = 27+121+151=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B7997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7997 is #E48668. Grayscale: #606060. Windows color (decimal): -14976617 or 9926939. OLE color: 9926939.

HSL color Cylindrical-coordinate representation of color #1B7997: hue angle of 194.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B7997 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 121 151 -
CMYK 0.82 0.20 0 0.41
HSL 194.52º 0.7% 0.35% -
HSV(B) 194.52º 0.82% 0.59% -
XYZ 12.88 16.14 31.72 -
YUV 96.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 27 121 151 0.82 0.20 0 0.41 194.52 0.7 0.35
Hex 1B 79 97 52 14 0 29 C3 46 23
Octal 33 171 227 122 24 0 51 303 106 43
Binary 11011 1111001 10010111 1010010 10100 0 101001 11000011 1000110 100011

Color Harmonies of #1B7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7997

Black with #1B7997

Text Example


Text Example

White with #1B7997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,121,151); }

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

background-color css

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

 a { background-color: rgb(27,121,151); }

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

border-color css

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

 span { border-color: rgb(27,121,151); }

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