#1885C5

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

Shades of Pelorous #1885C5

Tints of Pelorous #1885C5

Color information

#1885C5 (or 0x1885C5) is unknown color: approx Pelorous. HEX triplet: 18, 85 and C5. RGB value is (24,133,197). Sum of RGB (Red+Green+Blue) = 24+133+197=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #1885C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885C5 is #E77A3A. Grayscale: #6B6B6B. Windows color (decimal): -15170107 or 12944664. OLE color: 12944664.

HSL color Cylindrical-coordinate representation of color #1885C5: hue angle of 202.2º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1885C5 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB24133197-
CMYK0.880.3200.23
HSL202.2º78.28%43.33%-
HSV(B)202.2º87.82%77.25%-
XYZ18.842155.88-
YUV107.7178.3968.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.78%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 197 (77.34% from 255) = 55.65%
R=6.78%
G=37.57%
B=55.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241331970.880.3200.23202.278.2843.33
Hex1885C55820017ca4e2b
Octal302053051304002731211653
Binary1100010000101110001011011000100000010111110010101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1885C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1885C5; }

 p { color: rgb(24,133,197); }

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

<style>
 a { background-color: #1885C5; }

 a { background-color: rgb(24,133,197); }

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

<style>
 span { border-color: #1885C5; }

 span { border-color: rgb(24,133,197); }

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