#1A82BE

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

Shades of Pelorous #1A82BE

Tints of Pelorous #1A82BE

Color information

#1A82BE (or 0x1A82BE) is unknown color: approx Pelorous. HEX triplet: 1A, 82 and BE. RGB value is (26,130,190). Sum of RGB (Red+Green+Blue) = 26+130+190=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A82BE is #E57D41. Grayscale: #696969. Windows color (decimal): -15039810 or 12485146. OLE color: 12485146.

HSL color Cylindrical-coordinate representation of color #1A82BE: hue angle of 201.95º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A82BE is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB26130190-
CMYK0.860.3200.25
HSL201.95º75.93%42.35%-
HSV(B)201.95º86.32%74.51%-
XYZ17.719.951.62-
YUV105.74175.5471.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.51%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=7.51%
G=37.57%
B=54.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261301900.860.3200.25201.9575.9342.35
Hex1A82BE5620019ca4c2a
Octal322022761264003131211452
Binary1101010000010101111101010110100000011001110010101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A82BE; }

 p { color: rgb(26,130,190); }

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

<style>
 a { background-color: #1A82BE; }

 a { background-color: rgb(26,130,190); }

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

<style>
 span { border-color: #1A82BE; }

 span { border-color: rgb(26,130,190); }

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