#1A89BE

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

Shades of Pelorous #1A89BE

Tints of Pelorous #1A89BE

Color information

#1A89BE (or 0x1A89BE) is unknown color: approx Pelorous. HEX triplet: 1A, 89 and BE. RGB value is (26,137,190). Sum of RGB (Red+Green+Blue) = 26+137+190=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A89BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A89BE is #E57641. Grayscale: #6D6D6D. Windows color (decimal): -15038018 or 12486938. OLE color: 12486938.

HSL color Cylindrical-coordinate representation of color #1A89BE: hue angle of 199.39º 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 #1A89BE is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB26137190-
CMYK0.860.2800.25
HSL199.39º75.93%42.35%-
HSV(B)199.39º86.32%74.51%-
XYZ18.6721.8351.94-
YUV109.85173.2368.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.37%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=7.37%
G=38.81%
B=53.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261371900.860.2800.25199.3975.9342.35
Hex1A89BE561C019c74c2a
Octal322112761263403130711452
Binary110101000100110111110101011011100011001110001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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