#1892B1

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

Shades of Pelorous #1892B1

Tints of Pelorous #1892B1

Color information

#1892B1 (or 0x1892B1) is unknown color: approx Pelorous. HEX triplet: 18, 92 and B1. RGB value is (24,146,177). Sum of RGB (Red+Green+Blue) = 24+146+177=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #1892B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1892B1 is #E76D4E. Grayscale: #707070. Windows color (decimal): -15166799 or 11637272. OLE color: 11637272.

HSL color Cylindrical-coordinate representation of color #1892B1: hue angle of 192.16º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1892B1 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB24146177-
CMYK0.860.1800.31
HSL192.16º76.12%39.41%-
HSV(B)192.16º86.44%69.41%-
XYZ18.5923.9345.23-
YUV113.06164.0864.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.92%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 177 (69.53% from 255) = 51.01%
R=6.92%
G=42.07%
B=51.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241461770.860.1800.31192.1676.1239.41
Hex1892B1561201Fc04c27
Octal302222611262203730011447
Binary110001001001010110001101011010010011111110000001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1892B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1892B1; }

 p { color: rgb(24,146,177); }

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

<style>
 a { background-color: #1892B1; }

 a { background-color: rgb(24,146,177); }

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

<style>
 span { border-color: #1892B1; }

 span { border-color: rgb(24,146,177); }

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