#1A93BE

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

Shades of Pelorous #1A93BE

Tints of Pelorous #1A93BE

Color information

#1A93BE (or 0x1A93BE) is unknown color: approx Pelorous. HEX triplet: 1A, 93 and BE. RGB value is (26,147,190). Sum of RGB (Red+Green+Blue) = 26+147+190=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A93BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A93BE is #E56C41. Grayscale: #737373. Windows color (decimal): -15035458 or 12489498. OLE color: 12489498.

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

Color convert

RGB26147190-
CMYK0.860.2300.25
HSL195.73º75.93%42.35%-
HSV(B)195.73º86.32%74.51%-
XYZ20.1524.852.44-
YUV115.72169.9164-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.16%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=7.16%
G=40.50%
B=52.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261471900.860.2300.25195.7375.9342.35
Hex1A93BE5617019c44c2a
Octal322232761262703130411452
Binary110101001001110111110101011010111011001110001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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