#1E92C0

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

Shades of Pelorous #1E92C0

Tints of Pelorous #1E92C0

Color information

#1E92C0 (or 0x1E92C0) is unknown color: approx Pelorous. HEX triplet: 1E, 92 and C0. RGB value is (30,146,192). Sum of RGB (Red+Green+Blue) = 30+146+192=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E92C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E92C0 is #E16D3F. Grayscale: #747474. Windows color (decimal): -14773568 or 12620318. OLE color: 12620318.

HSL color Cylindrical-coordinate representation of color #1E92C0: hue angle of 197.04º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E92C0 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB30146192-
CMYK0.840.2400.25
HSL197.04º72.97%43.53%-
HSV(B)197.04º84.38%75.29%-
XYZ20.3324.6453.55-
YUV116.56170.5766.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.15%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 192 (75.39% from 255) = 52.17%
R=8.15%
G=39.67%
B=52.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301461920.840.2400.25197.0472.9743.53
Hex1E92C05418019c5492c
Octal362223001243003130511154
Binary111101001001011000000101010011000011001110001011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E92C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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