#1F637B

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

Shades of Allports #1F637B

Tints of Allports #1F637B

Color information

#1F637B (or 0x1F637B) is unknown color: approx Allports. HEX triplet: 1F, 63 and 7B. RGB value is (31,99,123). Sum of RGB (Red+Green+Blue) = 31+99+123=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F637B is #E09C84. Grayscale: #515151. Windows color (decimal): -14720133 or 8086303. OLE color: 8086303.

HSL color Cylindrical-coordinate representation of color #1F637B: hue angle of 195.65º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F637B is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3199123-
CMYK0.750.2000.52
HSL195.65º59.74%30.2%-
HSV(B)195.65º74.8%48.24%-
XYZ8.610.6520.34-
YUV81.4151.4792.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=12.25%
G=39.13%
B=48.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31991230.750.2000.52195.6559.7430.2
Hex1F637B4B14034c43c1e
Octal37143173113240643047436
Binary111111100011111101110010111010001101001100010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,99,123); }

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

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

 a { background-color: rgb(31,99,123); }

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

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

 span { border-color: rgb(31,99,123); }

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