#1781C1

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

Shades of Pelorous #1781C1

Tints of Pelorous #1781C1

Color information

#1781C1 (or 0x1781C1) is unknown color: approx Pelorous. HEX triplet: 17, 81 and C1. RGB value is (23,129,193). Sum of RGB (Red+Green+Blue) = 23+129+193=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #1781C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1781C1 is #E87E3E. Grayscale: #686868. Windows color (decimal): -15236671 or 12681495. OLE color: 12681495.

HSL color Cylindrical-coordinate representation of color #1781C1: hue angle of 202.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1781C1 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB23129193-
CMYK0.880.3300.24
HSL202.59º78.7%42.35%-
HSV(B)202.59º88.08%75.69%-
XYZ17.8319.7353.32-
YUV104.6177.8869.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.67%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 193 (75.78% from 255) = 55.94%
R=6.67%
G=37.39%
B=55.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal231291930.880.3300.24202.5978.742.35
Hex1781C15821018cb4f2a
Octal272013011304103031311752
Binary1011110000001110000011011000100001011000110010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1781C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1781C1; }

 p { color: rgb(23,129,193); }

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

<style>
 a { background-color: #1781C1; }

 a { background-color: rgb(23,129,193); }

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

<style>
 span { border-color: #1781C1; }

 span { border-color: rgb(23,129,193); }

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