#1892AC

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

Shades of Pelorous #1892AC

Tints of Pelorous #1892AC

Color information

#1892AC (or 0x1892AC) is unknown color: approx Pelorous. HEX triplet: 18, 92 and AC. RGB value is (24,146,172). Sum of RGB (Red+Green+Blue) = 24+146+172=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #1892AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1892AC is #E76D53. Grayscale: #707070. Windows color (decimal): -15166804 or 11309592. OLE color: 11309592.

HSL color Cylindrical-coordinate representation of color #1892AC: hue angle of 190.54º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1892AC is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24146172-
CMYK0.860.1500.33
HSL190.54º75.51%38.43%-
HSV(B)190.54º86.05%67.45%-
XYZ18.123.7342.66-
YUV112.49161.5864.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.02%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=7.02%
G=42.69%
B=50.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241461720.860.1500.33190.5475.5138.43
Hex1892AC56F021bf4c26
Octal302222541261704127711446
Binary110001001001010101100101011011110100001101111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1892AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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