#1E85C0

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

Shades of Pelorous #1E85C0

Tints of Pelorous #1E85C0

Color information

#1E85C0 (or 0x1E85C0) is unknown color: approx Pelorous. HEX triplet: 1E, 85 and C0. RGB value is (30,133,192). Sum of RGB (Red+Green+Blue) = 30+133+192=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E85C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E85C0 is #E17A3F. Grayscale: #6C6C6C. Windows color (decimal): -14776896 or 12616990. OLE color: 12616990.

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

Color convert

RGB30133192-
CMYK0.840.3100.25
HSL201.85º72.97%43.53%-
HSV(B)201.85º84.38%75.29%-
XYZ18.4420.8652.92-
YUV108.93174.8871.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.45%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=8.45%
G=37.46%
B=54.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301331920.840.3100.25201.8572.9743.53
Hex1E85C0541F019ca492c
Octal362053001243703131211154
Binary111101000010111000000101010011111011001110010101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E85C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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