#1F83AE

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

Shades of Pelorous #1F83AE

Tints of Pelorous #1F83AE

Color information

#1F83AE (or 0x1F83AE) is unknown color: approx Pelorous. HEX triplet: 1F, 83 and AE. RGB value is (31,131,174). Sum of RGB (Red+Green+Blue) = 31+131+174=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F83AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F83AE is #E07C51. Grayscale: #696969. Windows color (decimal): -14711890 or 11436831. OLE color: 11436831.

HSL color Cylindrical-coordinate representation of color #1F83AE: hue angle of 198.04º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F83AE is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB31131174-
CMYK0.820.2500.32
HSL198.04º69.76%40.2%-
HSV(B)198.04º82.18%68.24%-
XYZ16.3219.5842.96-
YUV106166.3774.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.23%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=9.23%
G=38.99%
B=51.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311311740.820.2500.32198.0469.7640.2
Hex1F83AE5219020c64628
Octal372032561223104030610650
Binary1111110000011101011101010010110010100000110001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,174); }

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

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

 a { background-color: rgb(31,131,174); }

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

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

 span { border-color: rgb(31,131,174); }

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