#1881BF

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

Shades of Pelorous #1881BF

Tints of Pelorous #1881BF

Color information

#1881BF (or 0x1881BF) is unknown color: approx Pelorous. HEX triplet: 18, 81 and BF. RGB value is (24,129,191). Sum of RGB (Red+Green+Blue) = 24+129+191=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #1881BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1881BF is #E77E40. Grayscale: #686868. Windows color (decimal): -15171137 or 12550424. OLE color: 12550424.

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

Color convert

RGB24129191-
CMYK0.870.3200.25
HSL202.28º77.67%42.16%-
HSV(B)202.28º87.43%74.9%-
XYZ17.6319.6652.16-
YUV104.67176.7170.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.98%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 191 (75% from 255) = 55.52%
R=6.98%
G=37.5%
B=55.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241291910.870.3200.25202.2877.6742.16
Hex1881BF5720019ca4e2a
Octal302012771274003131211652
Binary1100010000001101111111010111100000011001110010101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1881BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1881BF; }

 p { color: rgb(24,129,191); }

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

<style>
 a { background-color: #1881BF; }

 a { background-color: rgb(24,129,191); }

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

<style>
 span { border-color: #1881BF; }

 span { border-color: rgb(24,129,191); }

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