Html Css Color HEX #1B7995 Allports

📋 copy color: '#1B7995'

red 27 ◦ green 121 ◦ blue 149

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

Shades of Allports #1B7995

Tints of Allports #1B7995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 9.09%
G = 40.74%
B = 50.17%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1B7995 (or 0x1B7995) is known color: Allports. HEX triplet: 1B, 79 and 95. RGB value is (27,121,149). Sum of RGB (Red+Green+Blue) = 27+121+149=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B7995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7995 is #E4866A. Grayscale: #5F5F5F. Windows color (decimal): -14976619 or 9795867. OLE color: 9795867.

HSL color Cylindrical-coordinate representation of color #1B7995: hue angle of 193.77º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B7995 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 27 121 149 -
CMYK 0.82 0.19 0 0.42
HSL 193.77º 0.69% 0.35% -
HSV(B) 193.77º 0.82% 0.58% -
XYZ 12.71 16.08 30.87 -
YUV 96.09 157.86 78.72 -
System Red Green Blue C M Y K H S L
Decimal 27 121 149 0.82 0.19 0 0.42 193.77 0.69 0.35
Hex 1B 79 95 52 13 0 2A C2 45 23
Octal 33 171 225 122 23 0 52 302 105 43
Binary 11011 1111001 10010101 1010010 10011 0 101010 11000010 1000101 100011

Color Harmonies of #1B7995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7995

Black with #1B7995

Text Example


Text Example

White with #1B7995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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