#1F7FB1

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

Shades of Pelorous #1F7FB1

Tints of Pelorous #1F7FB1

Color information

#1F7FB1 (or 0x1F7FB1) is unknown color: approx Pelorous. HEX triplet: 1F, 7F and B1. RGB value is (31,127,177). Sum of RGB (Red+Green+Blue) = 31+127+177=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #1F7FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7FB1 is #E0804E. Grayscale: #676767. Windows color (decimal): -14712911 or 11632415. OLE color: 11632415.

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

Color convert

RGB31127177-
CMYK0.820.2800.31
HSL200.55º70.19%40.78%-
HSV(B)200.55º82.49%69.41%-
XYZ16.0918.6444.35-
YUV104169.275.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=9.25%
G=37.91%
B=52.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311271770.820.2800.31200.5570.1940.78
Hex1F7FB1521C01Fc94629
Octal371772611223403731110651
Binary11111111111110110001101001011100011111110010011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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