#1786B1

Color #1786B1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1786B1

Tints of Pelorous #1786B1

Color information

#1786B1 (or 0x1786B1) is unknown color: approx Pelorous. HEX triplet: 17, 86 and B1. RGB value is (23,134,177). Sum of RGB (Red+Green+Blue) = 23+134+177=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #1786B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1786B1 is #E8794E. Grayscale: #696969. Windows color (decimal): -15235407 or 11634199. OLE color: 11634199.

HSL color Cylindrical-coordinate representation of color #1786B1: hue angle of 196.75º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1786B1 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB23134177-
CMYK0.870.2400.31
HSL196.75º77%39.22%-
HSV(B)196.75º87.01%69.41%-
XYZ16.8120.4144.65-
YUV105.71168.2369-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.89%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=6.89%
G=40.12%
B=52.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal231341770.870.2400.31196.757739.22
Hex1786B1571801Fc54d27
Octal272062611273003730511547
Binary101111000011010110001101011111000011111110001011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1786B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1786B1; }

 p { color: rgb(23,134,177); }

 H1.HeaderClassName
 {
   color: #1786B1;
 }
 .AnyTagClassName
 {
   color: #1786B1;
 }
</style>
background-color css

<style>
 a { background-color: #1786B1; }

 a { background-color: rgb(23,134,177); }

 div.DivClassName
 {
   background-color: #1786B1;
 }
 .BgClassName
 {
   background-color: #1786B1;
 }
</style>
border-color css

<style>
 span { border-color: #1786B1; }

 span { border-color: rgb(23,134,177); }

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