#1891BC

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

Shades of Pelorous #1891BC

Tints of Pelorous #1891BC

Color information

#1891BC (or 0x1891BC) is unknown color: approx Pelorous. HEX triplet: 18, 91 and BC. RGB value is (24,145,188). Sum of RGB (Red+Green+Blue) = 24+145+188=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #1891BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1891BC is #E76E43. Grayscale: #717171. Windows color (decimal): -15167044 or 12357912. OLE color: 12357912.

HSL color Cylindrical-coordinate representation of color #1891BC: hue angle of 195.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1891BC is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB24145188-
CMYK0.870.2300.26
HSL195.73º77.36%41.57%-
HSV(B)195.73º87.23%73.73%-
XYZ19.5824.0851.19-
YUV113.72169.9164-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.72%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=6.72%
G=40.62%
B=52.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal241451880.870.2300.26195.7377.3641.57
Hex1891BC571701Ac44d2a
Octal302212741272703230411552
Binary110001001000110111100101011110111011010110001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1891BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1891BC; }

 p { color: rgb(24,145,188); }

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

<style>
 a { background-color: #1891BC; }

 a { background-color: rgb(24,145,188); }

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

<style>
 span { border-color: #1891BC; }

 span { border-color: rgb(24,145,188); }

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