Html Css Color HEX #1B6684 Allports

📋 copy color: '#1B6684'

red 27 ◦ green 102 ◦ blue 132

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

Shades of Allports #1B6684

Tints of Allports #1B6684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.08%

 BLUE value IS 132 (51.95% from 255) = 50.57%

R = 10.34%
G = 39.08%
B = 50.57%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1B6684 (or 0x1B6684) is known color: Allports. HEX triplet: 1B, 66 and 84. RGB value is (27,102,132). Sum of RGB (Red+Green+Blue) = 27+102+132=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B6684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6684 is #E4997B. Grayscale: #525252. Windows color (decimal): -14981500 or 8676891. OLE color: 8676891.

HSL color Cylindrical-coordinate representation of color #1B6684: hue angle of 197.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B6684 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 102 132 -
CMYK 0.80 0.23 0 0.48
HSL 197.14º 0.66% 0.31% -
HSV(B) 197.14º 0.8% 0.52% -
XYZ 9.37 11.4 23.54 -
YUV 83 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 27 102 132 0.80 0.23 0 0.48 197.14 0.66 0.31
Hex 1B 66 84 50 17 0 30 C5 42 1F
Octal 33 146 204 120 27 0 60 305 102 37
Binary 11011 1100110 10000100 1010000 10111 0 110000 11000101 1000010 11111

Color Harmonies of #1B6684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6684

Black with #1B6684

Text Example


Text Example

White with #1B6684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,102,132); }

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

background-color css

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

 a { background-color: rgb(27,102,132); }

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

border-color css

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

 span { border-color: rgb(27,102,132); }

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