#1F7FAF

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

Shades of Pelorous #1F7FAF

Tints of Pelorous #1F7FAF

Color information

#1F7FAF (or 0x1F7FAF) is unknown color: approx Pelorous. HEX triplet: 1F, 7F and AF. RGB value is (31,127,175). Sum of RGB (Red+Green+Blue) = 31+127+175=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F7FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7FAF is #E08050. Grayscale: #676767. Windows color (decimal): -14712913 or 11501343. OLE color: 11501343.

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

Color convert

RGB31127175-
CMYK0.820.2700.31
HSL200º69.9%40.39%-
HSV(B)200º82.29%68.63%-
XYZ15.8918.5743.3-
YUV103.77168.276.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.31%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=9.31%
G=38.14%
B=52.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311271750.820.2700.3120069.940.39
Hex1F7FAF521B01Fc84628
Octal371772571223303731010650
Binary11111111111110101111101001011011011111110010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,127,175); }

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

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

 a { background-color: rgb(31,127,175); }

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

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

 span { border-color: rgb(31,127,175); }

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