#1892BE

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

Shades of Pelorous #1892BE

Tints of Pelorous #1892BE

Color information

#1892BE (or 0x1892BE) is unknown color: approx Pelorous. HEX triplet: 18, 92 and BE. RGB value is (24,146,190). Sum of RGB (Red+Green+Blue) = 24+146+190=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #1892BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1892BE is #E76D41. Grayscale: #727272. Windows color (decimal): -15166786 or 12489240. OLE color: 12489240.

HSL color Cylindrical-coordinate representation of color #1892BE: hue angle of 195.9º 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 #1892BE is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24146190-
CMYK0.870.2300.25
HSL195.9º77.57%41.96%-
HSV(B)195.9º87.37%74.51%-
XYZ19.9524.4752.39-
YUV114.54170.5863.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.67%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=6.67%
G=40.56%
B=52.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241461900.870.2300.25195.977.5741.96
Hex1892BE5717019c44e2a
Octal302222761272703130411652
Binary110001001001010111110101011110111011001110001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1892BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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