Html Css Color HEX #1B6076 Allports

📋 copy color: '#1B6076'

red 27 ◦ green 96 ◦ blue 118

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

Shades of Allports #1B6076

Tints of Allports #1B6076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

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

R = 11.2%
G = 39.83%
B = 48.96%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B6076 (or 0x1B6076) is known color: Allports. HEX triplet: 1B, 60 and 76. RGB value is (27,96,118). Sum of RGB (Red+Green+Blue) = 27+96+118=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B6076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6076 is #E49F89. Grayscale: #4D4D4D. Windows color (decimal): -14983050 or 7757851. OLE color: 7757851.

HSL color Cylindrical-coordinate representation of color #1B6076: hue angle of 194.51º 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 #1B6076 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 96 118 -
CMYK 0.77 0.19 0 0.54
HSL 194.51º 0.63% 0.28% -
HSV(B) 194.51º 0.77% 0.46% -
XYZ 7.9 9.91 18.64 -
YUV 77.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 27 96 118 0.77 0.19 0 0.54 194.51 0.63 0.28
Hex 1B 60 76 4D 13 0 36 C3 3F 1C
Octal 33 140 166 115 23 0 66 303 77 34
Binary 11011 1100000 1110110 1001101 10011 0 110110 11000011 111111 11100

Color Harmonies of #1B6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6076

Black with #1B6076

Text Example


Text Example

White with #1B6076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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