Html Css Color HEX #1587B6 Pelorous

📋 copy color: '#1587B6'

red 21 ◦ green 135 ◦ blue 182

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

Shades of Pelorous #1587B6

Tints of Pelorous #1587B6

RGB

 RED value IS 21 (8.59% from 255) = 6.21%

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

 BLUE value IS 182 (71.48% from 255) = 53.85%

R = 6.21%
G = 39.94%
B = 53.85%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1587B6 (or 0x1587B6) is known color: Pelorous. HEX triplet: 15, 87 and B6. RGB value is (21,135,182). Sum of RGB (Red+Green+Blue) = 21+135+182=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #1587B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1587B6 is #EA7849. Grayscale: #696969. Windows color (decimal): -15366218 or 11962133. OLE color: 11962133.

HSL color Cylindrical-coordinate representation of color #1587B6: hue angle of 197.52º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1587B6 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 135 182 -
CMYK 0.88 0.26 0 0.29
HSL 197.52º 0.79% 0.4% -
HSV(B) 197.52º 0.88% 0.71% -
XYZ 17.42 20.86 47.37 -
YUV 106.27 170.73 67.18 -
System Red Green Blue C M Y K H S L
Decimal 21 135 182 0.88 0.26 0 0.29 197.52 0.79 0.4
Hex 15 87 B6 58 1A 0 1D C6 4F 28
Octal 25 207 266 130 32 0 35 306 117 50
Binary 10101 10000111 10110110 1011000 11010 0 11101 11000110 1001111 101000

Color Harmonies of #1587B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1587B6

Black with #1587B6

Text Example


Text Example

White with #1587B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1587B6; }

 p { color: rgb(21,135,182); }

 H1.HeaderClassName
 {
   color: #1587B6;
 }
 .AnyTagClassName
 {
   color: #1587B6;
 }
</style>

background-color css

<style>
 a { background-color: #1587B6; }

 a { background-color: rgb(21,135,182); }

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

border-color css

<style>
 span { border-color: #1587B6; }

 span { border-color: rgb(21,135,182); }

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