#1795B0

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

Shades of Pelorous #1795B0

Tints of Pelorous #1795B0

Color information

#1795B0 (or 0x1795B0) is unknown color: approx Pelorous. HEX triplet: 17, 95 and B0. RGB value is (23,149,176). Sum of RGB (Red+Green+Blue) = 23+149+176=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #1795B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1795B0 is #E86A4F. Grayscale: #727272. Windows color (decimal): -15231568 or 11572503. OLE color: 11572503.

HSL color Cylindrical-coordinate representation of color #1795B0: hue angle of 190.59º 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 #1795B0 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB23149176-
CMYK0.870.1500.31
HSL190.59º76.88%39.02%-
HSV(B)190.59º86.93%69.02%-
XYZ18.9424.8144.87-
YUV114.4162.7662.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.61%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 176 (69.14% from 255) = 50.57%
R=6.61%
G=42.82%
B=50.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal231491760.870.1500.31190.5976.8839.02
Hex1795B057F01Fbf4d27
Octal272252601271703727711547
Binary10111100101011011000010101111111011111101111111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1795B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1795B0; }

 p { color: rgb(23,149,176); }

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

<style>
 a { background-color: #1795B0; }

 a { background-color: rgb(23,149,176); }

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

<style>
 span { border-color: #1795B0; }

 span { border-color: rgb(23,149,176); }

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