Html Css Color HEX #1B87AD Pelorous

📋 copy color: '#1B87AD'

red 27 ◦ green 135 ◦ blue 173

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

Shades of Pelorous #1B87AD

Tints of Pelorous #1B87AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 8.06%
G = 40.3%
B = 51.64%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B87AD (or 0x1B87AD) is known color: Pelorous. HEX triplet: 1B, 87 and AD. RGB value is (27,135,173). Sum of RGB (Red+Green+Blue) = 27+135+173=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B87AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B87AD is #E47852. Grayscale: #6A6A6A. Windows color (decimal): -14973011 or 11372315. OLE color: 11372315.

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

Color convert

RGB 27 135 173 -
CMYK 0.84 0.22 0 0.32
HSL 195.62º 0.73% 0.39% -
HSV(B) 195.62º 0.84% 0.68% -
XYZ 16.66 20.58 42.63 -
YUV 107.04 165.22 70.91 -
System Red Green Blue C M Y K H S L
Decimal 27 135 173 0.84 0.22 0 0.32 195.62 0.73 0.39
Hex 1B 87 AD 54 16 0 20 C4 49 27
Octal 33 207 255 124 26 0 40 304 111 47
Binary 11011 10000111 10101101 1010100 10110 0 100000 11000100 1001001 100111

Color Harmonies of #1B87AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B87AD

Black with #1B87AD

Text Example


Text Example

White with #1B87AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,135,173); }

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

background-color css

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

 a { background-color: rgb(27,135,173); }

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

border-color css

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

 span { border-color: rgb(27,135,173); }

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