Html Css Color HEX #1B84AB Pelorous

📋 copy color: '#1B84AB'

red 27 ◦ green 132 ◦ blue 171

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

Shades of Pelorous #1B84AB

Tints of Pelorous #1B84AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 8.18%
G = 40%
B = 51.82%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B84AB (or 0x1B84AB) is known color: Pelorous. HEX triplet: 1B, 84 and AB. RGB value is (27,132,171). Sum of RGB (Red+Green+Blue) = 27+132+171=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B84AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B84AB is #E47B54. Grayscale: #686868. Windows color (decimal): -14973781 or 11240475. OLE color: 11240475.

HSL color Cylindrical-coordinate representation of color #1B84AB: hue angle of 196.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B84AB is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 132 171 -
CMYK 0.84 0.23 0 0.33
HSL 196.25º 0.73% 0.39% -
HSV(B) 196.25º 0.84% 0.67% -
XYZ 16.05 19.68 41.48 -
YUV 105.05 165.21 72.33 -
System Red Green Blue C M Y K H S L
Decimal 27 132 171 0.84 0.23 0 0.33 196.25 0.73 0.39
Hex 1B 84 AB 54 17 0 21 C4 49 27
Octal 33 204 253 124 27 0 41 304 111 47
Binary 11011 10000100 10101011 1010100 10111 0 100001 11000100 1001001 100111

Color Harmonies of #1B84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B84AB

Black with #1B84AB

Text Example


Text Example

White with #1B84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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