#1A92BE

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

Shades of Pelorous #1A92BE

Tints of Pelorous #1A92BE

Color information

#1A92BE (or 0x1A92BE) is unknown color: approx Pelorous. HEX triplet: 1A, 92 and BE. RGB value is (26,146,190). Sum of RGB (Red+Green+Blue) = 26+146+190=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A92BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A92BE is #E56D41. Grayscale: #727272. Windows color (decimal): -15035714 or 12489242. OLE color: 12489242.

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

Color convert

RGB26146190-
CMYK0.860.2300.25
HSL196.1º75.93%42.35%-
HSV(B)196.1º86.32%74.51%-
XYZ2024.552.39-
YUV115.14170.2464.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.18%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=7.18%
G=40.33%
B=52.49%

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
Decimal261461900.860.2300.25196.175.9342.35
Hex1A92BE5617019c44c2a
Octal322222761262703130411452
Binary110101001001010111110101011010111011001110001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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