#1E92AF

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

Shades of Pelorous #1E92AF

Tints of Pelorous #1E92AF

Color information

#1E92AF (or 0x1E92AF) is unknown color: approx Pelorous. HEX triplet: 1E, 92 and AF. RGB value is (30,146,175). Sum of RGB (Red+Green+Blue) = 30+146+175=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E92AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E92AF is #E16D50. Grayscale: #727272. Windows color (decimal): -14773585 or 11506206. OLE color: 11506206.

HSL color Cylindrical-coordinate representation of color #1E92AF: hue angle of 192º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E92AF is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB30146175-
CMYK0.830.1700.31
HSL192º70.73%40.2%-
HSV(B)192º82.86%68.63%-
XYZ18.5523.9344.2-
YUV114.62162.0767.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.55%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=8.55%
G=41.60%
B=49.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301461750.830.1700.3119270.7340.2
Hex1E92AF531101Fc04728
Octal362222571232103730010750
Binary111101001001010101111101001110001011111110000001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E92AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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