Html Css Color HEX #1787AA Pelorous

📋 copy color: '#1787AA'

red 23 ◦ green 135 ◦ blue 170

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

Shades of Pelorous #1787AA

Tints of Pelorous #1787AA

RGB

 RED value IS 23 (9.38% from 255) = 7.01%

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

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 7.01%
G = 41.16%
B = 51.83%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1787AA (or 0x1787AA) is known color: Pelorous. HEX triplet: 17, 87 and AA. RGB value is (23,135,170). Sum of RGB (Red+Green+Blue) = 23+135+170=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #1787AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1787AA is #E87855. Grayscale: #696969. Windows color (decimal): -15235158 or 11175703. OLE color: 11175703.

HSL color Cylindrical-coordinate representation of color #1787AA: hue angle of 194.29º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1787AA is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 135 170 -
CMYK 0.86 0.21 0 0.33
HSL 194.29º 0.76% 0.38% -
HSV(B) 194.29º 0.86% 0.67% -
XYZ 16.27 20.41 41.11 -
YUV 105.5 164.39 69.15 -
System Red Green Blue C M Y K H S L
Decimal 23 135 170 0.86 0.21 0 0.33 194.29 0.76 0.38
Hex 17 87 AA 56 15 0 21 C2 4C 26
Octal 27 207 252 126 25 0 41 302 114 46
Binary 10111 10000111 10101010 1010110 10101 0 100001 11000010 1001100 100110

Color Harmonies of #1787AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1787AA

Black with #1787AA

Text Example


Text Example

White with #1787AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1787AA; }

 p { color: rgb(23,135,170); }

 H1.HeaderClassName
 {
   color: #1787AA;
 }
 .AnyTagClassName
 {
   color: #1787AA;
 }
</style>

background-color css

<style>
 a { background-color: #1787AA; }

 a { background-color: rgb(23,135,170); }

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

border-color css

<style>
 span { border-color: #1787AA; }

 span { border-color: rgb(23,135,170); }

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