#1A98BE

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

Shades of Pelorous #1A98BE

Tints of Pelorous #1A98BE

Color information

#1A98BE (or 0x1A98BE) is unknown color: approx Pelorous. HEX triplet: 1A, 98 and BE. RGB value is (26,152,190). Sum of RGB (Red+Green+Blue) = 26+152+190=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A98BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A98BE is #E56741. Grayscale: #767676. Windows color (decimal): -15034178 or 12490778. OLE color: 12490778.

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

Color convert

RGB26152190-
CMYK0.860.200.25
HSL193.9º75.93%42.35%-
HSV(B)193.9º86.32%74.51%-
XYZ20.9526.3952.71-
YUV118.66168.2661.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.07%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=7.07%
G=41.30%
B=51.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261521900.860.200.25193.975.9342.35
Hex1A98BE5614019c24c2a
Octal322302761262403130211452
Binary110101001100010111110101011010100011001110000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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