Html Css Color HEX #1B6379 Allports

📋 copy color: '#1B6379'

red 27 ◦ green 99 ◦ blue 121

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

Shades of Allports #1B6379

Tints of Allports #1B6379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 121 (47.66% from 255) = 48.99%

R = 10.93%
G = 40.08%
B = 48.99%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B6379 (or 0x1B6379) is known color: Allports. HEX triplet: 1B, 63 and 79. RGB value is (27,99,121). Sum of RGB (Red+Green+Blue) = 27+99+121=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B6379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6379 is #E49C86. Grayscale: #4F4F4F. Windows color (decimal): -14982279 or 7955227. OLE color: 7955227.

HSL color Cylindrical-coordinate representation of color #1B6379: hue angle of 194.04º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B6379 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 99 121 -
CMYK 0.78 0.18 0 0.53
HSL 194.04º 0.64% 0.29% -
HSV(B) 194.04º 0.78% 0.47% -
XYZ 8.37 10.54 19.68 -
YUV 79.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 27 99 121 0.78 0.18 0 0.53 194.04 0.64 0.29
Hex 1B 63 79 4E 12 0 35 C2 40 1D
Octal 33 143 171 116 22 0 65 302 100 35
Binary 11011 1100011 1111001 1001110 10010 0 110101 11000010 1000000 11101

Color Harmonies of #1B6379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6379

Black with #1B6379

Text Example


Text Example

White with #1B6379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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