#1F9EC0

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

Shades of Pelorous #1F9EC0

Tints of Pelorous #1F9EC0

Color information

#1F9EC0 (or 0x1F9EC0) is unknown color: approx Pelorous. HEX triplet: 1F, 9E and C0. RGB value is (31,158,192). Sum of RGB (Red+Green+Blue) = 31+158+192=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F9EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9EC0 is #E0613F. Grayscale: #7B7B7B. Windows color (decimal): -14704960 or 12623391. OLE color: 12623391.

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

Color convert

RGB31158192-
CMYK0.840.1800.25
HSL192.67º72.2%43.73%-
HSV(B)192.67º83.85%75.29%-
XYZ22.3128.5554.2-
YUV123.9166.4261.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.14%
GREEN value IS 158 (62.11% from 255) = 41.47%
BLUE value IS 192 (75.39% from 255) = 50.39%
R=8.14%
G=41.47%
B=50.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311581920.840.1800.25192.6772.243.73
Hex1F9EC05412019c1482c
Octal372363001242203130111054
Binary111111001111011000000101010010010011001110000011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,158,192); }

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

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

 a { background-color: rgb(31,158,192); }

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

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

 span { border-color: rgb(31,158,192); }

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