Html Css Color HEX #1B85AB Pelorous

📋 copy color: '#1B85AB'

red 27 ◦ green 133 ◦ blue 171

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

Shades of Pelorous #1B85AB

Tints of Pelorous #1B85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 8.16%
G = 40.18%
B = 51.66%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B85AB (or 0x1B85AB) is known color: Pelorous. HEX triplet: 1B, 85 and AB. RGB value is (27,133,171). Sum of RGB (Red+Green+Blue) = 27+133+171=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B85AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B85AB is #E47A54. Grayscale: #696969. Windows color (decimal): -14973525 or 11240731. OLE color: 11240731.

HSL color Cylindrical-coordinate representation of color #1B85AB: hue angle of 195.83º 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 #1B85AB is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 133 171 -
CMYK 0.84 0.22 0 0.33
HSL 195.83º 0.73% 0.39% -
HSV(B) 195.83º 0.84% 0.67% -
XYZ 16.19 19.95 41.53 -
YUV 105.64 164.88 71.91 -
System Red Green Blue C M Y K H S L
Decimal 27 133 171 0.84 0.22 0 0.33 195.83 0.73 0.39
Hex 1B 85 AB 54 16 0 21 C4 49 27
Octal 33 205 253 124 26 0 41 304 111 47
Binary 11011 10000101 10101011 1010100 10110 0 100001 11000100 1001001 100111

Color Harmonies of #1B85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B85AB

Black with #1B85AB

Text Example


Text Example

White with #1B85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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