Html Css Color HEX #1587BA Pelorous

📋 copy color: '#1587BA'

red 21 ◦ green 135 ◦ blue 186

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

Shades of Pelorous #1587BA

Tints of Pelorous #1587BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 6.14%
G = 39.47%
B = 54.39%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1587BA (or 0x1587BA) is known color: Pelorous. HEX triplet: 15, 87 and BA. RGB value is (21,135,186). Sum of RGB (Red+Green+Blue) = 21+135+186=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #1587BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1587BA is #EA7845. Grayscale: #6A6A6A. Windows color (decimal): -15366214 or 12224277. OLE color: 12224277.

HSL color Cylindrical-coordinate representation of color #1587BA: hue angle of 198.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1587BA is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 135 186 -
CMYK 0.89 0.27 0 0.27
HSL 198.55º 0.8% 0.41% -
HSV(B) 198.55º 0.89% 0.73% -
XYZ 17.84 21.03 49.57 -
YUV 106.73 172.73 66.85 -
System Red Green Blue C M Y K H S L
Decimal 21 135 186 0.89 0.27 0 0.27 198.55 0.8 0.41
Hex 15 87 BA 59 1B 0 1B C7 50 29
Octal 25 207 272 131 33 0 33 307 120 51
Binary 10101 10000111 10111010 1011001 11011 0 11011 11000111 1010000 101001

Color Harmonies of #1587BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1587BA

Black with #1587BA

Text Example


Text Example

White with #1587BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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