#1786b3

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

Shades of Pelorous #1786B3

Tints of Pelorous #1786B3

Color information

#1786B3 (or 0x1786B3) is unknown color: approx Pelorous. HEX triplet: 17, 86 and B3. RGB value is (23,134,179). Sum of RGB (Red+Green+Blue) = 23+134+179=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #1786B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1786B3 is #E8794C. Grayscale: #696969. Windows color (decimal): -15235405 or 11765271. OLE color: 11765271.

HSL color Cylindrical-coordinate representation of color #1786B3: hue angle of 197.31º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1786B3 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB23134179-
CMYK0.870.2500.30
HSL197.31º77.23%39.61%-
HSV(B)197.31º87.15%70.2%-
XYZ17.0220.4945.71-
YUV105.94169.2368.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.85%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 179 (70.31% from 255) = 53.27%
R=6.85%
G=39.88%
B=53.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal231341790.870.2500.30197.3177.2339.61
Hex1786B3571901Ec54d28
Octal272062631273103630511550
Binary101111000011010110011101011111001011110110001011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1786b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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