#1E92C5

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

Shades of Pelorous #1E92C5

Tints of Pelorous #1E92C5

Color information

#1E92C5 (or 0x1E92C5) is unknown color: approx Pelorous. HEX triplet: 1E, 92 and C5. RGB value is (30,146,197). Sum of RGB (Red+Green+Blue) = 30+146+197=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #1E92C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E92C5 is #E16D3A. Grayscale: #747474. Windows color (decimal): -14773563 or 12947998. OLE color: 12947998.

HSL color Cylindrical-coordinate representation of color #1E92C5: hue angle of 198.32º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E92C5 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB30146197-
CMYK0.850.2600.23
HSL198.32º73.57%44.51%-
HSV(B)198.32º84.77%77.25%-
XYZ20.8924.8756.52-
YUV117.13173.0765.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.04%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 197 (77.34% from 255) = 52.82%
R=8.04%
G=39.14%
B=52.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal301461970.850.2600.23198.3273.5744.51
Hex1E92C5551A017c64a2d
Octal362223051253202730611255
Binary111101001001011000101101010111010010111110001101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E92C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,146,197); }

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

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

 a { background-color: rgb(30,146,197); }

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

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

 span { border-color: rgb(30,146,197); }

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