#1C82B3

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

Shades of Pelorous #1C82B3

Tints of Pelorous #1C82B3

Color information

#1C82B3 (or 0x1C82B3) is unknown color: approx Pelorous. HEX triplet: 1C, 82 and B3. RGB value is (28,130,179). Sum of RGB (Red+Green+Blue) = 28+130+179=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C82B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C82B3 is #E37D4C. Grayscale: #686868. Windows color (decimal): -14908749 or 11764252. OLE color: 11764252.

HSL color Cylindrical-coordinate representation of color #1C82B3: hue angle of 199.47º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C82B3 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB28130179-
CMYK0.840.2700.30
HSL199.47º72.95%40.59%-
HSV(B)199.47º84.36%70.2%-
XYZ16.619.4745.53-
YUV105.09169.7173.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.31%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 179 (70.31% from 255) = 53.12%
R=8.31%
G=38.58%
B=53.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal281301790.840.2700.30199.4772.9540.59
Hex1C82B3541B01Ec74929
Octal342022631243303630711151
Binary111001000001010110011101010011011011110110001111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C82B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C82B3; }

 p { color: rgb(28,130,179); }

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

<style>
 a { background-color: #1C82B3; }

 a { background-color: rgb(28,130,179); }

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

<style>
 span { border-color: #1C82B3; }

 span { border-color: rgb(28,130,179); }

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