#1882C0

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

Shades of Pelorous #1882C0

Tints of Pelorous #1882C0

Color information

#1882C0 (or 0x1882C0) is unknown color: approx Pelorous. HEX triplet: 18, 82 and C0. RGB value is (24,130,192). Sum of RGB (Red+Green+Blue) = 24+130+192=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #1882C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1882C0 is #E77D3F. Grayscale: #696969. Windows color (decimal): -15170880 or 12616216. OLE color: 12616216.

HSL color Cylindrical-coordinate representation of color #1882C0: hue angle of 202.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1882C0 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24130192-
CMYK0.880.3200.25
HSL202.14º77.78%42.35%-
HSV(B)202.14º87.5%75.29%-
XYZ17.8719.9752.78-
YUV105.37176.8869.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.94%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 192 (75.39% from 255) = 55.49%
R=6.94%
G=37.57%
B=55.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241301920.880.3200.25202.1477.7842.35
Hex1882C05820019ca4e2a
Octal302023001304003131211652
Binary1100010000010110000001011000100000011001110010101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1882C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1882C0; }

 p { color: rgb(24,130,192); }

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

<style>
 a { background-color: #1882C0; }

 a { background-color: rgb(24,130,192); }

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

<style>
 span { border-color: #1882C0; }

 span { border-color: rgb(24,130,192); }

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