#1885BA

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

Shades of Pelorous #1885BA

Tints of Pelorous #1885BA

Color information

#1885BA (or 0x1885BA) is unknown color: approx Pelorous. HEX triplet: 18, 85 and BA. RGB value is (24,133,186). Sum of RGB (Red+Green+Blue) = 24+133+186=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #1885BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885BA is #E77A45. Grayscale: #6A6A6A. Windows color (decimal): -15170118 or 12223768. OLE color: 12223768.

HSL color Cylindrical-coordinate representation of color #1885BA: hue angle of 199.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1885BA is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB24133186-
CMYK0.870.2800.27
HSL199.63º77.14%41.18%-
HSV(B)199.63º87.1%72.94%-
XYZ17.6320.5149.49-
YUV106.45172.8969.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.00%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=7.00%
G=38.78%
B=54.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241331860.870.2800.27199.6377.1441.18
Hex1885BA571C01Bc84d29
Octal302052721273403331011551
Binary110001000010110111010101011111100011011110010001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1885BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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