#1492BA

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

Shades of Pelorous #1492BA

Tints of Pelorous #1492BA

Color information

#1492BA (or 0x1492BA) is unknown color: approx Pelorous. HEX triplet: 14, 92 and BA. RGB value is (20,146,186). Sum of RGB (Red+Green+Blue) = 20+146+186=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #1492BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492BA is #EB6D45. Grayscale: #707070. Windows color (decimal): -15428934 or 12227092. OLE color: 12227092.

HSL color Cylindrical-coordinate representation of color #1492BA: hue angle of 194.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1492BA is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB20146186-
CMYK0.890.2200.27
HSL194.46º80.58%40.39%-
HSV(B)194.46º89.25%72.94%-
XYZ19.4324.2550.11-
YUV112.89169.2661.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.68%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=5.68%
G=41.48%
B=52.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201461860.890.2200.27194.4680.5840.39
Hex1492BA591601Bc25128
Octal242222721312603330212150
Binary101001001001010111010101100110110011011110000101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1492BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1492BA; }

 p { color: rgb(20,146,186); }

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

<style>
 a { background-color: #1492BA; }

 a { background-color: rgb(20,146,186); }

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

<style>
 span { border-color: #1492BA; }

 span { border-color: rgb(20,146,186); }

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