Html Css Color HEX #1B6476 Allports

📋 copy color: '#1B6476'

red 27 ◦ green 100 ◦ blue 118

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

Shades of Allports #1B6476

Tints of Allports #1B6476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.82%

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 11.02%
G = 40.82%
B = 48.16%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B6476 (or 0x1B6476) is known color: Allports. HEX triplet: 1B, 64 and 76. RGB value is (27,100,118). Sum of RGB (Red+Green+Blue) = 27+100+118=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6476 is #E49B89. Grayscale: #505050. Windows color (decimal): -14982026 or 7758875. OLE color: 7758875.

HSL color Cylindrical-coordinate representation of color #1B6476: hue angle of 191.87º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B6476 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 100 118 -
CMYK 0.77 0.15 0 0.54
HSL 191.87º 0.63% 0.28% -
HSV(B) 191.87º 0.77% 0.46% -
XYZ 8.28 10.66 18.76 -
YUV 80.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 27 100 118 0.77 0.15 0 0.54 191.87 0.63 0.28
Hex 1B 64 76 4D F 0 36 C0 3F 1C
Octal 33 144 166 115 17 0 66 300 77 34
Binary 11011 1100100 1110110 1001101 1111 0 110110 11000000 111111 11100

Color Harmonies of #1B6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6476

Black with #1B6476

Text Example


Text Example

White with #1B6476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,100,118); }

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

background-color css

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

 a { background-color: rgb(27,100,118); }

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

border-color css

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

 span { border-color: rgb(27,100,118); }

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