#1F6C92

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

Shades of Allports #1F6C92

Tints of Allports #1F6C92

Color information

#1F6C92 (or 0x1F6C92) is unknown color: approx Allports. HEX triplet: 1F, 6C and 92. RGB value is (31,108,146). Sum of RGB (Red+Green+Blue) = 31+108+146=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F6C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6C92 is #E0936D. Grayscale: #595959. Windows color (decimal): -14717806 or 9595935. OLE color: 9595935.

HSL color Cylindrical-coordinate representation of color #1F6C92: hue angle of 199.83º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6C92 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB31108146-
CMYK0.790.2600.43
HSL199.83º64.97%34.71%-
HSV(B)199.83º78.77%57.25%-
XYZ11.1213.0929.14-
YUV89.31159.9986.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.88%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=10.88%
G=37.89%
B=51.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311081460.790.2600.43199.8364.9734.71
Hex1F6C924F1A02Bc84123
Octal371542221173205331010143
Binary111111101100100100101001111110100101011110010001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,108,146); }

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

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

 a { background-color: rgb(31,108,146); }

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

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

 span { border-color: rgb(31,108,146); }

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