#1887C4

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

Shades of Pelorous #1887C4

Tints of Pelorous #1887C4

Color information

#1887C4 (or 0x1887C4) is unknown color: approx Pelorous. HEX triplet: 18, 87 and C4. RGB value is (24,135,196). Sum of RGB (Red+Green+Blue) = 24+135+196=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #1887C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1887C4 is #E7783B. Grayscale: #6C6C6C. Windows color (decimal): -15169596 or 12879640. OLE color: 12879640.

HSL color Cylindrical-coordinate representation of color #1887C4: hue angle of 201.28º 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 #1887C4 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB24135196-
CMYK0.880.3100.23
HSL201.28º78.18%43.14%-
HSV(B)201.28º87.76%76.86%-
XYZ1921.5155.37-
YUV108.76177.2367.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.76%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 196 (76.95% from 255) = 55.21%
R=6.76%
G=38.03%
B=55.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241351960.880.3100.23201.2878.1843.14
Hex1887C4581F017c94e2b
Octal302073041303702731111653
Binary110001000011111000100101100011111010111110010011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1887C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1887C4; }

 p { color: rgb(24,135,196); }

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

<style>
 a { background-color: #1887C4; }

 a { background-color: rgb(24,135,196); }

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

<style>
 span { border-color: #1887C4; }

 span { border-color: rgb(24,135,196); }

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